Uses of Class
com.evolveum.midpoint.prism.path.ItemPathSegment
-
Packages that use ItemPathSegment Package Description com.evolveum.midpoint.prism.path -
-
Uses of ItemPathSegment in com.evolveum.midpoint.prism.path
Subclasses of ItemPathSegment in com.evolveum.midpoint.prism.path Modifier and Type Class Description classIdentifierPathSegmentDenotes identifier of the object or container (i.e.classIdItemPathSegmentclassNameItemPathSegmentclassObjectReferencePathSegmentDenotes referenced object, like "assignment/targetRef/@/name" (name of assignment's target object)classParentPathSegmentDenotes parent object or container.classReferencePathSegmentDenotes reference path segment: either ".." meaning owner, or "@" meaning referenced object.classVariableItemPathSegmentMethods in com.evolveum.midpoint.prism.path that return ItemPathSegment Modifier and Type Method Description ItemPathSegmentIdentifierPathSegment. clone()abstract ItemPathSegmentItemPathSegment. clone()ItemPathSegmentObjectReferencePathSegment. clone()ItemPathSegmentParentPathSegment. clone()static ItemPathSegmentUniformItemPath. createSegment(QName qname, boolean variable)ItemPathSegmentUniformItemPath. first()ItemPathSegmentUniformItemPath. getSegment(int i)@Nullable ItemPathSegmentUniformItemPath. last()Methods in com.evolveum.midpoint.prism.path that return types with arguments of type ItemPathSegment Modifier and Type Method Description @NotNull List<ItemPathSegment>UniformItemPath. getSegments()
-