|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Method Summary | |
---|---|
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()
|
Method Detail |
---|
int getManagedType()
Collection<?> 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 retrieved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |