|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwResource | |
---|---|
com.wewebu.ow.server.dmsdialogs.views | |
com.wewebu.ow.server.ecm | |
com.wewebu.ow.server.ecmimpl | |
com.wewebu.ow.server.history | |
com.wewebu.ow.server.historyimpl.simplehistory |
Uses of OwResource in com.wewebu.ow.server.dmsdialogs.views |
---|
Fields in com.wewebu.ow.server.dmsdialogs.views declared as OwResource | |
---|---|
protected OwResource |
OwObjectClassView.m_resource
network resource to get the classes from |
protected OwResource |
OwObjectClassTreeView.m_resource
network resource to get the classes from |
Constructors in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwResource | |
---|---|
OwObjectClassTreeView(OwResource resource_p,
int iObjectType_p)
construct a doc class view to select document classes |
|
OwObjectClassTreeView(OwResource resource_p,
int iObjectType_p,
OwObjectClassSelectionCfg classSelectionCfg)
|
|
OwObjectClassView.OwObjectClassTreeViewViewWithStyle(OwResource resource_p,
int iObjectType_p)
construct a doc class view to select document classes |
|
OwObjectClassView.OwObjectClassTreeViewViewWithStyle(OwResource resource_p,
int iObjectType_p,
OwObjectClassSelectionCfg classSelectionCfg)
|
|
OwObjectClassView(OwResource resource_p,
int iObjectType_p)
construct a doc class view to select document classes |
|
OwObjectClassView(OwResource resource_p,
int iObjectType_p,
OwObjectClassSelectionCfg classSelectionCfg)
|
|
OwObjectClassView(OwResource resource_p,
int iObjectType_p,
String strParentObjectClass_p)
Deprecated. this will be removed in the future. Please use OwObjectClassView.OwObjectClassView(OwResource, int, OwObjectClassSelectionCfg) instead. |
Uses of OwResource in com.wewebu.ow.server.ecm |
---|
Methods in com.wewebu.ow.server.ecm that return OwResource | |
---|---|
OwResource |
OwStandardVirtualFolderObjectFactory.getResource()
get the resource the object belongs to in a multiple resource Network |
OwResource |
OwStandardDecoratorObject.getResource()
|
OwResource |
OwObjectSkeleton.getResource()
get the resource the object belongs to in a multiple resource Network |
OwResource |
OwObject.getResource()
get the resource the object belongs to in a multiple resource Network |
OwResource |
OwLocation.getResource()
The Resource (Repository/ObjectStore) of the location. |
OwResource |
OwFileObject.getResource()
get the resource the object belongs to in a multiple resource Network |
OwResource |
OwRepository.getResource(String strID_p)
get the resource with the specified key |
Methods in com.wewebu.ow.server.ecm with parameters of type OwResource | |
---|---|
boolean |
OwNetwork.canCreateNewObject(OwResource resource_p,
OwObject parent_p,
int iContext_p)
check, if Adapter can create a new objects |
String |
OwNetwork.createNewObject(boolean fPromote_p,
Object mode_p,
OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p)
creates a new object on the ECM System using the given parameters has additional promote and checkin mode parameters for versionable objects |
String |
OwBatch.createNewObject(boolean fPromote_p,
Object mode_p,
OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p)
creates a new object on the ECM System using the given parameters has additional promote and checkin mode parameters for versionable objects |
String |
OwNetwork.createNewObject(boolean fPromote_p,
Object mode_p,
OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p,
boolean fKeepCheckedOut_p)
Creates a new object on the ECM System using the given parameters. Has additional promote and checkin mode parameters for versionable objects and the extra parameter fKeepCheckedOut_p to control whether the new objects are checked in automatically or not. |
String |
OwNetwork.createNewObject(OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p)
creates a new object on the ECM System using the given parameters |
OwObjectSkeleton |
OwNetwork.createObjectSkeleton(OwObjectClass objectclass_p,
OwResource resource_p)
creates a new empty object which can be used to set properties and then submitted to the createNewObject function |
OwObjectClass |
OwRepository.getObjectClass(String strClassName_p,
OwResource resource_p)
get a Property class description of the available object class descriptions |
Map |
OwRepository.getObjectClassNames(int[] iTypes_p,
boolean fExcludeHiddenAndNonInstantiable_p,
boolean fRootOnly_p,
OwResource resource_p)
get a list of the available object class descriptions names |
String |
OwCredentials.getSecurityToken(OwResource resource_p)
get security token used for SSO between different applications accessing the same ECM system |
Uses of OwResource in com.wewebu.ow.server.ecmimpl |
---|
Methods in com.wewebu.ow.server.ecmimpl that return OwResource | |
---|---|
OwResource |
OwSimpleLocation.getResource()
|
Methods in com.wewebu.ow.server.ecmimpl with parameters of type OwResource | |
---|---|
String |
OwAbstractCredentials.getSecurityToken(OwResource resource_p)
|
void |
OwSimpleLocation.setResource(OwResource res)
|
Constructors in com.wewebu.ow.server.ecmimpl with parameters of type OwResource | |
---|---|
OwSimpleLocation(OwResource res)
|
Uses of OwResource in com.wewebu.ow.server.history |
---|
Methods in com.wewebu.ow.server.history that return OwResource | |
---|---|
OwResource |
OwStandardHistoryObjectCreateEvent.getResource()
|
OwResource |
OwStandardHistoryEntry.getResource()
|
OwResource |
OwHistoryObjectCreateEvent.getResource()
get the resource of the new object, or null if not used in the creation of the object |
Constructors in com.wewebu.ow.server.history with parameters of type OwResource | |
---|---|
OwStandardHistoryObjectCreateEvent(String classname_p,
String dmsid_p,
OwPropertyCollection properties_p,
OwResource resource_p,
OwObject parent_p,
OwPermissionCollection permissions_p)
|
|
OwStandardHistoryObjectCreateEvent(String classname_p,
String dmsid_p,
OwPropertyCollection properties_p,
OwResource resource_p,
OwObject parent_p,
OwPermissionCollection permissions_p,
Boolean promote_p,
Object mode_p)
|
Uses of OwResource in com.wewebu.ow.server.historyimpl.simplehistory |
---|
Methods in com.wewebu.ow.server.historyimpl.simplehistory that return OwResource | |
---|---|
OwResource |
OwSimpleHistoryManager.getResource(String strID_p)
get the resource with the specified key |
Methods in com.wewebu.ow.server.historyimpl.simplehistory with parameters of type OwResource | |
---|---|
OwObjectClass |
OwSimpleHistoryManager.getObjectClass(String strClassName_p,
OwResource resource_p)
get a Property class description of the available object class descriptions |
Map |
OwSimpleHistoryManager.getObjectClassNames(int[] iTypes_p,
boolean fExcludeHiddenAndNonInstantiable_p,
boolean fRootOnly_p,
OwResource resource_p)
get a list of the available object class descriptions names |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |