Uses of Class
org.exoplatform.documents.model.FullTreeItem
-
Packages that use FullTreeItem Package Description org.exoplatform.documents.service org.exoplatform.documents.storage -
-
Uses of FullTreeItem in org.exoplatform.documents.service
Methods in org.exoplatform.documents.service that return types with arguments of type FullTreeItem Modifier and Type Method Description List<FullTreeItem>DocumentFileService. getFullTreeData(long ownerId, String folderId, long authenticatedUserId)Retrieves breadcrumb of the given node. -
Uses of FullTreeItem in org.exoplatform.documents.storage
Methods in org.exoplatform.documents.storage that return types with arguments of type FullTreeItem Modifier and Type Method Description List<FullTreeItem>DocumentFileStorage. getFullTreeData(long ownerId, String folderId, org.exoplatform.services.security.Identity aclIdentity)Retrieves breadcrumb of the given node.
-