|
Packages that use org.alfresco.service.cmr.repository.Path | ||
org.alfresco.service.cmr.repository |
Uses of Path in org.alfresco.service.cmr.repository |
Methods in org.alfresco.service.cmr.repository that return Path | |
Path.append(Path path) Append the given path of this path. |
|
Path.append(Path.Element pathElement) Appends a path element to the end of the path |
|
Path.getBaseNamePath(TenantService tenantService) | |
abstract Path |
NodeService.getPath(NodeRef nodeRef) The root node has an entry in the path(s) returned. |
Path.prepend(Path path) 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 depth |
|
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 | |
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 | |
Path.append(Path path) Append the given path of this path. |
|
Path.prepend(Path path) Merge the given path into the beginning of this path. |
|