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