Modifier and Type | Field and Description |
---|---|
protected OwResource |
OwObjectClassTreeView.m_resource
network resource to get the classes from
|
protected OwResource |
OwObjectClassView.m_resource
network resource to get the classes from
|
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
OwResource |
OwFileObject.getResource()
get the resource the object belongs to in a multiple resource Network
|
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 |
OwStandardDecoratorObject.getResource() |
OwResource |
OwStandardVirtualFolderObjectFactory.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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
OwResource |
OwSimpleLocation.getResource() |
Modifier and Type | Method and Description |
---|---|
String |
OwAbstractCredentials.getSecurityToken(OwResource resource_p) |
void |
OwSimpleLocation.setResource(OwResource res) |
Constructor and Description |
---|
OwSimpleLocation(OwResource res) |
Modifier and Type | Method and Description |
---|---|
OwResource |
OwHistoryObjectCreateEvent.getResource()
get the resource of the new object, or null if not used in the creation of the object
|
OwResource |
OwStandardHistoryEntry.getResource() |
OwResource |
OwStandardHistoryObjectCreateEvent.getResource() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
OwResource |
OwSimpleHistoryManager.getResource(String strID_p)
get the resource with the specified key
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.