Uses of Class
org.xcmis.spi.ItemsTree

Packages that use ItemsTree
org.xcmis.spi   
 

Uses of ItemsTree in org.xcmis.spi
 

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.
 

Constructor parameters in org.xcmis.spi with type arguments of type ItemsTree
ItemsTree(T element, List<ItemsTree<T>> children)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.