Uses of Interface
org.apache.chemistry.opencmis.client.api.ItemIterable

Packages that use ItemIterable
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.workbench.model   
 

Uses of ItemIterable in org.apache.chemistry.opencmis.client.api
 

Methods in org.apache.chemistry.opencmis.client.api that return ItemIterable
 ItemIterable<Document> TransientFolder.getCheckedOutDocs()
           
 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)
           
 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()
           
 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)
           
 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> 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
 

Uses of ItemIterable in org.apache.chemistry.opencmis.workbench.model
 

Methods in org.apache.chemistry.opencmis.workbench.model that return ItemIterable
 ItemIterable<QueryResult> ClientModel.query(String q, boolean searchAllVersions, int maxHits)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.