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 classPath.AttributeElementRepresents a qualified path to an attribute, including the sibling for repeated properties/attributes to retrieve e.g.static classPath.ChildAssocElementRepresents a qualified path between a parent and a child node, including the sibling to retrieve e.g.static classPath.DescendentOrSelfElementRepresents the // or /descendant-or-self::node() xpath elementstatic classPath.ParentElementRepresents the /.. xpath elementstatic classPath.SelfElementRepresents the /. xpath elementMethods in org.alfresco.service.cmr.repository that return Path.Element Modifier and Type Method Description Path.ElementPath. first()Path.ElementPath. get(int n)Path.ElementPath.AttributeElement. getBaseNameElement(TenantService tenantService)Path.ElementPath.ChildAssocElement. getBaseNameElement(TenantService tenantService)Path.ElementPath.DescendentOrSelfElement. getBaseNameElement(TenantService tenantService)abstract Path.ElementPath.Element. getBaseNameElement(TenantService tenantService)Path.ElementPath.ParentElement. getBaseNameElement(TenantService tenantService)Path.ElementPath.SelfElement. getBaseNameElement(TenantService tenantService)Path.ElementPath. 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 PathPath. append(Path.Element pathElement)Appends a path element to the end of the pathPathPath. prepend(Path.Element pathElement)Add a path element to the beginning of the path.
-