Package | Description |
---|---|
org.alfresco.service.cmr.repository |
Modifier and Type | Method and Description |
---|---|
Path |
Path.append(Path.Element pathElement)
Appends a path element to the end of the path
|
Path |
Path.append(Path path)
Append the given path of this path.
|
Path |
Path.getBaseNamePath(TenantService tenantService) |
Path |
NodeService.getPath(NodeRef nodeRef)
The root node has an entry in the path(s) returned.
|
Path |
Path.prepend(Path.Element pathElement)
Add a path element to the beginning of the path.
|
Path |
Path.prepend(Path path)
Merge the given path into the beginning of this path.
|
Path |
Path.subPath(int depth)
Return a new Path representing this path to the specified depth
|
Path |
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.
|
Modifier and Type | Method and Description |
---|---|
List<Path> |
NodeService.getPaths(NodeRef nodeRef,
boolean primaryOnly)
The root node has an entry in the path(s) returned.
|
Modifier and Type | Method and 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.
|
Copyright © 2005–2020 Alfresco Software. All rights reserved.