Uses of Class
org.alfresco.service.cmr.repository.Path.Element
Packages that use Path.Element
-
Uses of Path.Element in org.alfresco.service.cmr.repository
Subclasses of Path.Element in org.alfresco.service.cmr.repositoryModifier and TypeClassDescriptionstatic classRepresents a qualified path to an attribute, including the sibling for repeated properties/attributes to retrieve e.g.static classRepresents a qualified path between a parent and a child node, including the sibling to retrieve e.g.static classRepresents the // or /descendant-or-self::node() xpath elementstatic classRepresents the /.. xpath elementstatic classRepresents the /. xpath elementMethods in org.alfresco.service.cmr.repository that return Path.ElementModifier and TypeMethodDescriptionPath.first()Path.get(int n) Path.AttributeElement.getBaseNameElement(TenantService tenantService) Path.ChildAssocElement.getBaseNameElement(TenantService tenantService) Path.DescendentOrSelfElement.getBaseNameElement(TenantService tenantService) abstract Path.ElementPath.Element.getBaseNameElement(TenantService tenantService) Path.ParentElement.getBaseNameElement(TenantService tenantService) Path.SelfElement.getBaseNameElement(TenantService tenantService) Path.last()Methods in org.alfresco.service.cmr.repository that return types with arguments of type Path.ElementMethods in org.alfresco.service.cmr.repository with parameters of type Path.ElementModifier and TypeMethodDescriptionPath.append(Path.Element pathElement) Appends a path element to the end of the pathPath.prepend(Path.Element pathElement) Add a path element to the beginning of the path.