| Package | Description | 
|---|---|
| org.apache.chemistry.opencmis.client.api | 
 The OpenCMIS Client API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Tree<T>> | 
Tree.getChildren()
Returns the children. 
 | 
List<Tree<ObjectType>> | 
ObjectType.getDescendants(int depth)
Gets 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>> | 
Folder.getDescendants(int depth,
              OperationContext context)
Gets the folder descendants starting with this folder using the given
  
OperationContext. | 
List<Tree<FileableCmisObject>> | 
Folder.getFolderTree(int depth)
Gets the folder tree starting with this folder. 
 | 
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)
Gets the type descendants of a type. 
 | 
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.