Uses of Class
com.evolveum.midpoint.prism.path.ItemPathSegment
Packages that use ItemPathSegment
-
Uses of ItemPathSegment in com.evolveum.midpoint.prism.path
Subclasses of ItemPathSegment in com.evolveum.midpoint.prism.pathModifier and TypeClassDescriptionclass
Denotes identifier of the object or container (i.e.class
class
class
Denotes referenced object, like "assignment/targetRef/@/name" (name of assignment's target object)class
Denotes parent object or container.class
Denotes reference path segment: either ".." meaning owner, or "@" meaning referenced object.class
Methods in com.evolveum.midpoint.prism.path that return ItemPathSegmentModifier and TypeMethodDescriptionIdentifierPathSegment.clone()
abstract ItemPathSegment
ItemPathSegment.clone()
ObjectReferencePathSegment.clone()
ParentPathSegment.clone()
static ItemPathSegment
UniformItemPath.createSegment
(QName qname, boolean variable) UniformItemPath.first()
UniformItemPath.getSegment
(int i) @Nullable ItemPathSegment
UniformItemPath.last()
Methods in com.evolveum.midpoint.prism.path that return types with arguments of type ItemPathSegment