|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OwCMISObject in com.wewebu.ow.server.ecmimpl.opencmis |
---|
Classes in com.wewebu.ow.server.ecmimpl.opencmis that implement OwCMISObject | |
---|---|
class |
OwCMISSemiVirtualFolderObject<N extends TransientCmisObject>
CMIS Adaptor: Semi Virtual FolderObject. |
Methods in com.wewebu.ow.server.ecmimpl.opencmis that return OwCMISObject | |
---|---|
OwCMISObject |
OwCMISSemiVirtualFolderObject.createCopy(OwCMISObject copyParent,
com.wewebu.ow.server.ecm.OwPropertyCollection properties,
com.wewebu.ow.server.ecm.OwPermissionCollection permissions,
int[] childTypes)
|
OwCMISObject |
OwCMISSession.getObject(String objId_p,
boolean refresh_p)
Retrieve object from specific DMSID, may be retrieved from cache. |
OwCMISObject |
OwCMISRepositorySession.getObject(String dmsId_p,
boolean refresh_p)
|
OwCMISObject |
OwCMISSession.getObjectByPath(String path,
boolean refresh)
Retrieve object from specified path, may be retrieved from cache. |
OwCMISObject |
OwCMISRepositorySession.getObjectByPath(String path,
boolean refresh)
|
OwCMISObject |
OwCMISNetwork.getObjectFromDMSID(String strDMSID_p,
boolean fRefresh_p)
|
OwCMISObject |
OwCMISSession.getRootFolder()
|
OwCMISObject |
OwCMISRepositorySession.getRootFolder()
|
protected OwCMISObject |
OwCMISNetwork.prepareParentObject(com.wewebu.ow.server.ecm.OwObject parent_p,
com.wewebu.ow.server.ecm.OwPropertyCollection properties_p)
Identify parent object from provided OwObject, if virtual it will be searched for semi-virtual path restriction. |
Methods in com.wewebu.ow.server.ecmimpl.opencmis with parameters of type OwCMISObject | |
---|---|
OwCMISObject |
OwCMISSemiVirtualFolderObject.createCopy(OwCMISObject copyParent,
com.wewebu.ow.server.ecm.OwPropertyCollection properties,
com.wewebu.ow.server.ecm.OwPermissionCollection permissions,
int[] childTypes)
|
String |
OwCMISSession.createObject(boolean promote_p,
Object mode_p,
String objectClassName_p,
com.wewebu.ow.server.ecm.OwPropertyCollection properties_p,
com.wewebu.ow.server.ecm.OwPermissionCollection permissions_p,
com.wewebu.ow.server.ecm.OwContentCollection content_p,
OwCMISObject parent_p,
String mimeType_p,
String mimeParameter_p,
boolean keepCheckedOut_p)
|
String |
OwCMISRepositorySession.createObject(boolean promote_p,
Object mode_p,
String objectClassName_p,
com.wewebu.ow.server.ecm.OwPropertyCollection properties_p,
com.wewebu.ow.server.ecm.OwPermissionCollection permissions_p,
com.wewebu.ow.server.ecm.OwContentCollection content_p,
OwCMISObject parent_p,
String mimeType_p,
String mimeParameter_p,
boolean keepCheckedOut_p)
|
Uses of OwCMISObject in com.wewebu.ow.server.ecmimpl.opencmis.alfresco |
---|
Classes in com.wewebu.ow.server.ecmimpl.opencmis.alfresco that implement OwCMISObject | |
---|---|
class |
OwCMISAlfrescoDocumentObject
Alfresco Document representation. |
Uses of OwCMISObject in com.wewebu.ow.server.ecmimpl.opencmis.cross |
---|
Classes in com.wewebu.ow.server.ecmimpl.opencmis.cross that implement OwCMISObject | |
---|---|
class |
OwCMISCrossDomainFolder
Root folder of standard CMIS repositories in a cross adapter scenario. |
Uses of OwCMISObject in com.wewebu.ow.server.ecmimpl.opencmis.object |
---|
Subinterfaces of OwCMISObject in com.wewebu.ow.server.ecmimpl.opencmis.object | |
---|---|
interface |
OwCMISDocument<D extends TransientDocument>
OwCMISDocument Interface. |
interface |
OwCMISDomainFolder
OwCMISDomainFolder Interface. |
interface |
OwCMISFolder
OwCMISFolder Interface. |
interface |
OwCMISNativeObject<N extends TransientCmisObject>
OwCMISNativeObject. |
interface |
OwCMISPolicy
OwCMISPolicy Interface. |
interface |
OwCMISRelationship
OwCMISRelationship. |
interface |
OwCMISResourceObject
OwCMISResourceObject Interface. |
interface |
OwCMISSessionObject
OwCMISSessionObject. |
interface |
OwCMISVersionSeries
OwCMISVersionSeries. |
Classes in com.wewebu.ow.server.ecmimpl.opencmis.object that implement OwCMISObject | |
---|---|
class |
OwCMISAbstractDomainFolder
Domain folder implementation base class. |
class |
OwCMISAbstractNativeObject<N extends TransientCmisObject,T extends ObjectType,C extends OwCMISNativeObjectClass<T,N>>
Abstraction for native based object handling. |
class |
OwCMISAbstractObject<C extends OwCMISObjectClass>
OwCMISAbstractObject. |
class |
OwCMISAbstractSessionObject<S extends OwCMISSession,C extends OwCMISSessionObjectClass<S>>
Base object class for all CMIS objects. |
class |
OwCMISAbstractTransientDocumentObject<N extends TransientDocument,D extends DocumentType,C extends OwCMISNativeObjectClass<D,N>>
OwCMISAbstractTransientDocumentObject. |
class |
OwCMISDocumentObject
CMIS base-type "cmis:document" dependent implementation. |
class |
OwCMISFolderObject
CMIS base-type "cmis:folder" dependent implementation. |
class |
OwCMISLatestDocumentVersionObject
OwCMISLatestDocumentVersionObject. |
class |
OwCMISPolicyObject
CMIS base-type "cmis:policy" dependent implementation. |
class |
OwCMISRelationshipObject
CMIS base-type "cmis:relationship" dependent implementation. |
class |
OwCMISResourceDomainFolder
Root folder of standard CMIS repositories. |
class |
OwCMISResourceObjectImpl
OwCMISResourceObjectImpl. |
class |
OwCMISVersionSeriesObject
OwCMISVersionSeriesObject. |
Methods in com.wewebu.ow.server.ecmimpl.opencmis.object that return OwCMISObject | |
---|---|
OwCMISObject |
OwCMISObject.createCopy(OwCMISObject copyParent_p,
com.wewebu.ow.server.ecm.OwPropertyCollection properties_p,
com.wewebu.ow.server.ecm.OwPermissionCollection permissions_p,
int[] childTypes_p)
|
OwCMISObject |
OwCMISAbstractTransientDocumentObject.createCopy(OwCMISObject copyParent_p,
com.wewebu.ow.server.ecm.OwPropertyCollection properties_p,
com.wewebu.ow.server.ecm.OwPermissionCollection permissions_p,
int[] childTypes_p)
|
OwCMISObject |
OwCMISAbstractSessionObject.createCopy(OwCMISObject copyParent_p,
com.wewebu.ow.server.ecm.OwPropertyCollection properties_p,
com.wewebu.ow.server.ecm.OwPermissionCollection permissions_p,
int[] childTypes_p)
|
OwCMISObject |
OwCMISAbstractObject.createCopy(OwCMISObject copyParent_p,
com.wewebu.ow.server.ecm.OwPropertyCollection properties_p,
com.wewebu.ow.server.ecm.OwPermissionCollection permissions_p,
int[] childTypes_p)
|
OwCMISObject |
OwCMISResourceObjectImpl.getRootFolder()
|
OwCMISObject |
OwCMISResourceObject.getRootFolder()
|
Methods in com.wewebu.ow.server.ecmimpl.opencmis.object that return types with arguments of type OwCMISObject | |
---|---|
protected List<OwCMISObject> |
OwCMISResourceDomainFolder.createResourceObjects()
|
Methods in com.wewebu.ow.server.ecmimpl.opencmis.object with parameters of type OwCMISObject | |
---|---|
OwCMISObject |
OwCMISObject.createCopy(OwCMISObject copyParent_p,
com.wewebu.ow.server.ecm.OwPropertyCollection properties_p,
com.wewebu.ow.server.ecm.OwPermissionCollection permissions_p,
int[] childTypes_p)
|
OwCMISObject |
OwCMISAbstractTransientDocumentObject.createCopy(OwCMISObject copyParent_p,
com.wewebu.ow.server.ecm.OwPropertyCollection properties_p,
com.wewebu.ow.server.ecm.OwPermissionCollection permissions_p,
int[] childTypes_p)
|
OwCMISObject |
OwCMISAbstractSessionObject.createCopy(OwCMISObject copyParent_p,
com.wewebu.ow.server.ecm.OwPropertyCollection properties_p,
com.wewebu.ow.server.ecm.OwPermissionCollection permissions_p,
int[] childTypes_p)
|
OwCMISObject |
OwCMISAbstractObject.createCopy(OwCMISObject copyParent_p,
com.wewebu.ow.server.ecm.OwPropertyCollection properties_p,
com.wewebu.ow.server.ecm.OwPermissionCollection permissions_p,
int[] childTypes_p)
|
Uses of OwCMISObject in com.wewebu.ow.server.ecmimpl.opencmis.property |
---|
Methods in com.wewebu.ow.server.ecmimpl.opencmis.property that return OwCMISObject | |
---|---|
OwCMISObject |
OwCMISAbstractVirtualProperty.getObject()
|
Constructors in com.wewebu.ow.server.ecmimpl.opencmis.property with parameters of type OwCMISObject | |
---|---|
OwCMISAbstractVirtualProperty(C propertyClass_p,
OwCMISObject object_p)
|
|
OwCMISBoundVirtualPropertyImpl(OwCMISBoundVirtualPropertyClass<O> propertyClass_p,
OwCMISObject object_p)
|
|
OwCMISStoredVirtualPropertyImpl(OwCMISStoredVirtualPropertyClass<O> propertyClass_p,
OwCMISObject object_p,
Object value_p)
|
Uses of OwCMISObject in com.wewebu.ow.server.ecmimpl.opencmis.propertyclass |
---|
Methods in com.wewebu.ow.server.ecmimpl.opencmis.propertyclass with parameters of type OwCMISObject | |
---|---|
OwCMISVirtualProperty<V> |
OwCMISVirtualPropertyClassProxy.from(OwCMISObject object_p)
|
OwCMISVirtualProperty<V> |
OwCMISVirtualPropertyClass.from(OwCMISObject object_p)
Creates a virtual property instance of this class for a given object. |
OwCMISVirtualProperty<com.wewebu.ow.server.ecm.OwVersionSeries> |
OwCMISVersionSeriesPropertyClass.from(OwCMISObject object_p)
|
OwCMISVirtualProperty<String> |
OwCMISPathPropertyClass.from(OwCMISObject object_p)
|
OwCMISVirtualProperty<String> |
OwCMISObjectNamePropertyClass.from(OwCMISObject object_p)
|
OwCMISVirtualProperty<com.wewebu.ow.server.ecm.OwObjectReference> |
OwCMISLinkVirtualIdPropertyClass.from(OwCMISObject object_p)
|
OwCMISVirtualProperty<String> |
OwCMISClassDescriptionPropertyClass.from(OwCMISObject object_p)
|
OwCMISVirtualProperty<O> |
OwCMISBoundVirtualPropertyClassImpl.from(OwCMISObject object_p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |