Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Class
org.alfresco.service.cmr.repository.Path
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(org.alfresco.service.cmr.repository.Path.Element pathElement)
          Appends a path element to the end of the path
Path.getBaseNamePath(TenantService tenantService)
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(org.alfresco.service.cmr.repository.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.

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.