com.wewebu.ow.server.ecm.bpm
Class OwWorkitemRepository.OwContainerPrefixMapSingleton

java.lang.Object
  extended by com.wewebu.ow.server.ecm.bpm.OwWorkitemRepository.OwContainerPrefixMapSingleton
Enclosing interface:
OwWorkitemRepository

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 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

OwWorkitemRepository.OwContainerPrefixMapSingleton

public OwWorkitemRepository.OwContainerPrefixMapSingleton()
Method Detail

getContainerPrefix

public String getContainerPrefix(int iType_p)
                          throws OwObjectNotFoundException
get the container prefix for the given type

Parameters:
iType_p -
Returns:
String BPM container prefix
Throws:
OwObjectNotFoundException

getContainerMimeType

public String getContainerMimeType(int iType_p)
                            throws OwObjectNotFoundException
get the container prefix for the given type

Parameters:
iType_p -
Returns:
String BPM container prefix
Throws:
OwObjectNotFoundException

getContainerType

public int getContainerType(String sContainerPrefix_p)
                     throws OwObjectNotFoundException
get the container type for a given queuename prefix

Parameters:
sContainerPrefix_p -
Returns:
int OwObjectReference.OBJECT_TYPE_...
Throws:
OwObjectNotFoundException

getContainerTypes

public Collection getContainerTypes()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.