|
Packages that use org.alfresco.service.cmr.repository.Path.Element | ||
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 | |
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 element |
static class |
Path.ParentElement Represents the /.. xpath element |
static class |
Path.SelfElement Represents the /. xpath element |
Methods in org.alfresco.service.cmr.repository that return Path.Element | |
Path.first() | |
Path.get(int n) | |
abstract Path.Element |
Path.Element.getBaseNameElement(TenantService tenantService) |
Path.ChildAssocElement.getBaseNameElement(TenantService tenantService) | |
Path.AttributeElement.getBaseNameElement(TenantService tenantService) | |
Path.DescendentOrSelfElement.getBaseNameElement(TenantService tenantService) | |
Path.SelfElement.getBaseNameElement(TenantService tenantService) | |
Path.ParentElement.getBaseNameElement(TenantService tenantService) | |
Path.last() |
Methods in org.alfresco.service.cmr.repository that return types with arguments of type Path.Element | |
Path.iterator() |
Methods in org.alfresco.service.cmr.repository with parameters of type Path.Element | |
Path.append(Path.Element pathElement) Appends a path element to the end of the path |
|
Path.prepend(Path.Element pathElement) Add a path element to the beginning of the path. |
|