|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecm.bpm.OwWorkitemRepository.OwContainerPrefixMapSingleton
public static class OwWorkitemRepository.OwContainerPrefixMapSingleton
Singleton that maps BPM container prefixes to types, used to organize the different container types for configuration, e.g. search templates or folder structures, see also PATH_DELIMITER.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor Summary | |
---|---|
OwWorkitemRepository.OwContainerPrefixMapSingleton()
|
Method Summary | |
---|---|
String |
getContainerMimeType(int iType_p)
get the container prefix for the given type |
String |
getContainerPrefix(int iType_p)
get the container prefix for the given type |
int |
getContainerType(String sContainerPrefix_p)
get the container type for a given queuename prefix |
Collection |
getContainerTypes()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwWorkitemRepository.OwContainerPrefixMapSingleton()
Method Detail |
---|
public String getContainerPrefix(int iType_p) throws OwObjectNotFoundException
iType_p
-
OwObjectNotFoundException
public String getContainerMimeType(int iType_p) throws OwObjectNotFoundException
iType_p
-
OwObjectNotFoundException
public int getContainerType(String sContainerPrefix_p) throws OwObjectNotFoundException
sContainerPrefix_p
-
OwObjectNotFoundException
public Collection getContainerTypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |