| Methods in org.xcmis.spi that return types with arguments of type ItemsTree |
List<ItemsTree<T>> |
ItemsTree.getChildren()
|
List<ItemsTree<CmisObject>> |
Connection.getDescendants(String folderId,
int depth,
boolean includeAllowableActions,
IncludeRelationships includeRelationships,
boolean includePathSegments,
boolean includeObjectInfo,
String propertyFilter,
String renditionFilter)
Get the collection of descendant objects contained in the specified folder
and any (according to depth) of its child-folders. |
List<ItemsTree<CmisObject>> |
Connection.getFolderTree(String folderId,
int depth,
boolean includeAllowableActions,
IncludeRelationships includeRelationships,
boolean includePathSegments,
boolean includeObjectInfo,
String propertyFilter,
String renditionFilter)
Get the collection of descendant folder objects contained in the specified
folder and any (according to depth) of its child-folders. |
List<ItemsTree<TypeDefinition>> |
Connection.getTypeDescendants(String typeId,
int depth,
boolean includePropertyDefinition)
Get all descendants of specified typeId in hierarchy. |