Uses of Class
org.alfresco.service.cmr.repository.Path
Packages that use Path
-
Uses of Path in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return PathModifier and TypeMethodDescriptionAppend the given path of this path.Path.append
(Path.Element pathElement) Appends a path element to the end of the pathPath.getBaseNamePath
(TenantService tenantService) The root node has an entry in the path(s) returned.Merge the given path into the beginning of this path.Path.prepend
(Path.Element pathElement) Add a path element to the beginning of the path.Path.subPath
(int depth) Return a new Path representing this path to the specified depthPath.subPath
(int start, int end) Return a new Path representing this path to the specified depth For example, subPath(2, 4) would return the third and forth elements in the Path.Methods in org.alfresco.service.cmr.repository that return types with arguments of type PathModifier and TypeMethodDescriptionThe root node has an entry in the path(s) returned.Methods in org.alfresco.service.cmr.repository with parameters of type Path