public interface OwAOManager
Alfresco Workdesk application objects manager interface. Used to provide different application object retrieval implementations. One application objects manager provides objects of one type.
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
Modifier and Type | Method and Description |
---|---|
Object |
getApplicationObject(String strName_p,
boolean fForceUserSpecificObject_p,
boolean fCreateIfNotExist_p)
Returns the application object that is matched by the given name.
|
Object |
getApplicationObject(String strName_p,
Object param_p,
boolean fForceUserSpecificObject_p,
boolean fCreateIfNotExist_p)
Returns the application object that is matched by the given name.
|
Collection<?> |
getApplicationObjects(String strName_p,
boolean fForceUserSpecificObject_p)
Returns all application objects that are matched by the given name.
|
int |
getManagedType()
Deprecated.
will be replaced by and
OwAOType accessor |
int getManagedType()
OwAOType
accessorCollection<?> getApplicationObjects(String strName_p, boolean fForceUserSpecificObject_p) throws OwException
strName_p
- thefForceUserSpecificObject_p
- if true, the object must be specific to the logged in user, otherwise the ECM Adapter determines if it is common to a site or specific to a group or a user.OwException
Object getApplicationObject(String strName_p, Object param_p, boolean fForceUserSpecificObject_p, boolean fCreateIfNotExist_p) throws OwException
strName_p
- name of the object to retrieve e.g. "userprefs"param_p
- optional Object, can be nullfForceUserSpecificObject_p
- if true, the object must be specific to the logged in user, otherwise the ECM Adapter determines if it is common to a site or specific to a group or a user.fCreateIfNotExist_p
- OwException
- if the given object could not be retrievedObject getApplicationObject(String strName_p, boolean fForceUserSpecificObject_p, boolean fCreateIfNotExist_p) throws OwException
strName_p
- name of the object to retrieve e.g. "userprefs"fForceUserSpecificObject_p
- if true, the object must be specific to the logged in user, otherwise the ECM Adapter determines if it is common to a site or specific to a group or a user.fCreateIfNotExist_p
- OwException
- if the given object could not be retrievedCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.