|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemIterable | |
---|---|
org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
Uses of ItemIterable in org.apache.chemistry.opencmis.client.api |
---|
Methods in org.apache.chemistry.opencmis.client.api that return ItemIterable | |
---|---|
ItemIterable<Document> |
Session.getCheckedOutDocs()
Returns all checked out documents. |
ItemIterable<Document> |
Folder.getCheckedOutDocs()
Returns all checked out documents in this folder. |
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<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> |
Folder.getChildren(OperationContext context)
Returns the children of this folder using the given OperationContext . |
ItemIterable<ChangeEvent> |
Session.getContentChanges(String changeLogToken)
Returns the content changes. |
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> |
CmisObject.getRelationships(boolean includeSubRelationshipTypes,
RelationshipDirection relationshipDirection,
ObjectType type,
OperationContext context)
Fetches the relationships from or to this object from the repository. |
ItemIterable<ObjectType> |
Session.getTypeChildren(String typeId,
boolean includePropertyDefinitions)
Returns the type children of the given type id. |
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<T> |
ItemIterable.skipTo(long position)
Skip to position within CMIS collection |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |