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

Packages that use Tree
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
 

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

Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type Tree
 List<Tree<T>> Tree.getChildren()
          Returns the children.
 List<Tree<FileableCmisObject>> TransientFolder.getDescendants(int depth)
           
 List<Tree<ObjectType>> ObjectType.getDescendants(int depth)
          Get the list of all types somehow derived from this type.
 List<Tree<FileableCmisObject>> Folder.getDescendants(int depth)
          Gets the folder descendants starting with this folder.
 List<Tree<FileableCmisObject>> TransientFolder.getDescendants(int depth, OperationContext context)
           
 List<Tree<FileableCmisObject>> Folder.getDescendants(int depth, OperationContext context)
          Gets the folder descendants starting with this folder using the given OperationContext.
 List<Tree<FileableCmisObject>> TransientFolder.getFolderTree(int depth)
           
 List<Tree<FileableCmisObject>> Folder.getFolderTree(int depth)
          Gets the folder tree starting with this folder.
 List<Tree<FileableCmisObject>> TransientFolder.getFolderTree(int depth, OperationContext context)
           
 List<Tree<FileableCmisObject>> Folder.getFolderTree(int depth, OperationContext context)
          Gets the folder tree starting with this folder using the given OperationContext.
 List<Tree<ObjectType>> Session.getTypeDescendants(String typeId, int depth, boolean includePropertyDefinitions)
          Returns the type descendants of the given type id.
 



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