public static class OwWorkitemRepository.OwContainerPrefixMapSingleton extends Object
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 and Description |
---|
OwWorkitemRepository.OwContainerPrefixMapSingleton() |
Modifier and Type | Method and Description |
---|---|
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() |
public OwWorkitemRepository.OwContainerPrefixMapSingleton()
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()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.