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