Uses of Class
org.alfresco.service.cmr.repository.Path
-
Packages that use Path Package Description org.alfresco.service.cmr.repository -
-
Uses of Path in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return Path Modifier and Type Method Description Path
Path. append(Path path)
Append the given path of this path.Path
Path. append(Path.Element pathElement)
Appends a path element to the end of the pathPath
Path. getBaseNamePath(TenantService tenantService)
Path
NodeService. getPath(NodeRef nodeRef)
The root node has an entry in the path(s) returned.Path
Path. prepend(Path path)
Merge the given path into the beginning of this path.Path
Path. prepend(Path.Element pathElement)
Add a path element to the beginning of the path.Path
Path. subPath(int depth)
Return a new Path representing this path to the specified depthPath
Path. 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 Path Modifier and Type Method Description List<Path>
NodeService. getPaths(NodeRef nodeRef, boolean primaryOnly)
The root node has an entry in the path(s) returned.Methods in org.alfresco.service.cmr.repository with parameters of type Path Modifier and Type Method Description Path
Path. append(Path path)
Append the given path of this path.Path
Path. prepend(Path path)
Merge the given path into the beginning of this path.
-