Package | Description |
---|---|
com.evolveum.midpoint.prism.path |
Modifier and Type | Class and Description |
---|---|
class |
IdItemPathSegment |
class |
NameItemPathSegment |
Modifier and Type | Method and Description |
---|---|
ItemPathSegment |
ItemPath.first() |
ItemPathSegment |
ItemPath.last() |
Modifier and Type | Method and Description |
---|---|
List<ItemPathSegment> |
ItemPath.getSegments() |
Modifier and Type | Method and Description |
---|---|
static QName |
ItemPath.getName(ItemPathSegment segment)
Convenience static method with checks
|
static ItemPath |
ItemPath.subPath(ItemPath prefix,
ItemPathSegment subSegment)
Null-proof static version.
|
ItemPath |
ItemPath.subPath(ItemPathSegment subSegment) |
Constructor and Description |
---|
ItemPath(ItemPath parentPath,
ItemPathSegment subSegment) |
ItemPath(ItemPathSegment... segments) |
ItemPath(List<ItemPathSegment> segments,
ItemPathSegment subSegment) |
Constructor and Description |
---|
ItemPath(List<ItemPathSegment> segments) |
ItemPath(List<ItemPathSegment> segments,
ItemPathSegment subSegment) |
ItemPath(List<ItemPathSegment> segments,
QName subName) |
Copyright © 2013 evolveum. All rights reserved.