|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmisObject | |
---|---|
org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
Uses of CmisObject in org.apache.chemistry.opencmis.client.api |
---|
Subinterfaces of CmisObject in org.apache.chemistry.opencmis.client.api | |
---|---|
interface |
Document
CMIS Document. |
interface |
FileableCmisObject
Fileable CMIS object. |
interface |
Folder
CMIS Folder. |
interface |
Policy
CMIS Policy. |
interface |
Relationship
CMIS Relationship. |
Methods in org.apache.chemistry.opencmis.client.api that return CmisObject | |
---|---|
CmisObject |
ObjectFactory.convertObject(ObjectData objectData,
OperationContext context)
|
CmisObject |
Session.getObject(ObjectId objectId)
Returns a CMIS object from the session cache. |
CmisObject |
Session.getObject(ObjectId objectId,
OperationContext context)
Returns a CMIS object from the session cache. |
CmisObject |
Session.getObjectByPath(String path)
Returns a CMIS object from the session cache. |
CmisObject |
Session.getObjectByPath(String path,
OperationContext context)
Returns a CMIS object from the session cache. |
CmisObject |
Relationship.getSource()
Gets the source object. |
CmisObject |
Relationship.getSource(OperationContext context)
Gets the source object using the given OperationContext . |
CmisObject |
Relationship.getTarget()
Gets the target object. |
CmisObject |
Relationship.getTarget(OperationContext context)
Gets the target object using the given OperationContext . |
Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type CmisObject | |
---|---|
ItemIterable<CmisObject> |
Folder.getChildren()
Returns the children of this folder. |
ItemIterable<CmisObject> |
Folder.getChildren(OperationContext context)
Returns the children of this folder using the given OperationContext . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |