|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemPathSegment | |
---|---|
com.evolveum.midpoint.common.expression | |
com.evolveum.midpoint.prism.path |
Uses of ItemPathSegment in com.evolveum.midpoint.common.expression |
---|
Methods in com.evolveum.midpoint.common.expression with parameters of type ItemPathSegment | ||
---|---|---|
static
|
ExpressionUtil.toOutputTriple(PrismValueDeltaSetTriple<V> resultTriple,
ItemDefinition outputDefinition,
ItemPathSegment lastPathSegment,
PrismContext prismContext)
|
Uses of ItemPathSegment in com.evolveum.midpoint.prism.path |
---|
Subclasses of ItemPathSegment in com.evolveum.midpoint.prism.path | |
---|---|
class |
IdItemPathSegment
|
class |
NameItemPathSegment
|
Methods in com.evolveum.midpoint.prism.path that return ItemPathSegment | |
---|---|
ItemPathSegment |
ItemPath.first()
|
ItemPathSegment |
ItemPath.last()
|
Methods in com.evolveum.midpoint.prism.path that return types with arguments of type ItemPathSegment | |
---|---|
List<ItemPathSegment> |
ItemPath.getSegments()
|
Methods in com.evolveum.midpoint.prism.path with parameters of type ItemPathSegment | |
---|---|
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)
|
Constructors in com.evolveum.midpoint.prism.path with parameters of type ItemPathSegment | |
---|---|
ItemPath(ItemPath parentPath,
ItemPathSegment subSegment)
|
|
ItemPath(ItemPathSegment... segments)
|
|
ItemPath(List<ItemPathSegment> segments,
ItemPathSegment subSegment)
|
Constructor parameters in com.evolveum.midpoint.prism.path with type arguments of type ItemPathSegment | |
---|---|
ItemPath(List<ItemPathSegment> segments)
|
|
ItemPath(List<ItemPathSegment> segments,
ItemPathSegment subSegment)
|
|
ItemPath(List<ItemPathSegment> segments,
QName subName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |