|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
java.util.List<Tree<T>> |
Tree.getChildren()
Returns the children. |
java.util.List<Tree<FileableCmisObject>> |
TransientFolder.getDescendants(int depth)
|
java.util.List<Tree<ObjectType>> |
ObjectType.getDescendants(int depth)
Get the list of all types somehow derived from this type. |
java.util.List<Tree<FileableCmisObject>> |
Folder.getDescendants(int depth)
Gets the folder descendants starting with this folder. |
java.util.List<Tree<FileableCmisObject>> |
TransientFolder.getDescendants(int depth,
OperationContext context)
|
java.util.List<Tree<FileableCmisObject>> |
Folder.getDescendants(int depth,
OperationContext context)
Gets the folder descendants starting with this folder using the given OperationContext . |
java.util.List<Tree<FileableCmisObject>> |
TransientFolder.getFolderTree(int depth)
|
java.util.List<Tree<FileableCmisObject>> |
Folder.getFolderTree(int depth)
Gets the folder tree starting with this folder. |
java.util.List<Tree<FileableCmisObject>> |
TransientFolder.getFolderTree(int depth,
OperationContext context)
|
java.util.List<Tree<FileableCmisObject>> |
Folder.getFolderTree(int depth,
OperationContext context)
Gets the folder tree starting with this folder using the given OperationContext . |
java.util.List<Tree<ObjectType>> |
Session.getTypeDescendants(java.lang.String typeId,
int depth,
boolean includePropertyDefinitions)
Returns the type descendants of the given type id. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |