Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
Modifier and Type | Method and Description |
---|---|
ItemIterable<Document> |
TransientFolder.getCheckedOutDocs()
Deprecated.
|
ItemIterable<Document> |
Session.getCheckedOutDocs()
Returns all checked out documents.
|
ItemIterable<Document> |
Folder.getCheckedOutDocs()
Returns all checked out documents in this folder.
|
ItemIterable<Document> |
TransientFolder.getCheckedOutDocs(OperationContext context)
Deprecated.
|
ItemIterable<Document> |
Session.getCheckedOutDocs(OperationContext context)
Returns all checked out documents with the given
OperationContext
. |
ItemIterable<Document> |
Folder.getCheckedOutDocs(OperationContext context)
Returns all checked out documents in this folder using the given
OperationContext . |
ItemIterable<CmisObject> |
TransientFolder.getChildren()
Deprecated.
|
ItemIterable<ObjectType> |
ObjectType.getChildren()
Get the list of types directly derived from this type (which will return
this type on
getParent() ). |
ItemIterable<CmisObject> |
Folder.getChildren()
Returns the children of this folder.
|
ItemIterable<CmisObject> |
TransientFolder.getChildren(OperationContext context)
Deprecated.
|
ItemIterable<CmisObject> |
Folder.getChildren(OperationContext context)
Returns the children of this folder using the given
OperationContext . |
ItemIterable<T> |
ItemIterable.getPage()
Gets an iterable for the current sub collection within the CMIS collection using
default maximum number of items
|
ItemIterable<T> |
ItemIterable.getPage(int maxNumItems)
Gets an iterable for the current sub collection within the CMIS collection
|
ItemIterable<Relationship> |
Session.getRelationships(ObjectId objectId,
boolean includeSubRelationshipTypes,
RelationshipDirection relationshipDirection,
ObjectType type,
OperationContext context)
Fetches the relationships from or to an object from the repository.
|
ItemIterable<ObjectType> |
Session.getTypeChildren(String typeId,
boolean includePropertyDefinitions)
Returns the type children of the given type id.
|
ItemIterable<QueryResult> |
QueryStatement.query(boolean searchAllVersions)
Executes the query.
|
ItemIterable<QueryResult> |
QueryStatement.query(boolean searchAllVersions,
OperationContext context)
Executes the query.
|
ItemIterable<QueryResult> |
Session.query(String statement,
boolean searchAllVersions)
Sends a query to the repository.
|
ItemIterable<QueryResult> |
Session.query(String statement,
boolean searchAllVersions,
OperationContext context)
Sends a query to the repository using the given
OperationContext . |
ItemIterable<CmisObject> |
Session.queryObjects(String typeId,
String where,
boolean searchAllVersions,
OperationContext context) |
ItemIterable<T> |
ItemIterable.skipTo(long position)
Skip to position within CMIS collection
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.