Package | Description |
---|---|
org.alfresco.service.cmr.repository |
Modifier and Type | Class and 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 element
|
static class |
Path.ParentElement
Represents the /.. xpath element
|
static class |
Path.SelfElement
Represents the /. xpath element
|
Modifier and Type | Method and Description |
---|---|
Path.Element |
Path.first() |
Path.Element |
Path.get(int n) |
abstract Path.Element |
Path.Element.getBaseNameElement(TenantService tenantService) |
Path.Element |
Path.ChildAssocElement.getBaseNameElement(TenantService tenantService) |
Path.Element |
Path.AttributeElement.getBaseNameElement(TenantService tenantService) |
Path.Element |
Path.DescendentOrSelfElement.getBaseNameElement(TenantService tenantService) |
Path.Element |
Path.SelfElement.getBaseNameElement(TenantService tenantService) |
Path.Element |
Path.ParentElement.getBaseNameElement(TenantService tenantService) |
Path.Element |
Path.last() |
Modifier and Type | Method and Description |
---|---|
Iterator<Path.Element> |
Path.iterator() |
Modifier and Type | Method and Description |
---|---|
Path |
Path.append(Path.Element pathElement)
Appends a path element to the end of the path
|
Path |
Path.prepend(Path.Element pathElement)
Add a path element to the beginning of the path.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.