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 class
IdentifierPathSegment
Denotes identifier of the object or container (i.e.class
IdItemPathSegment
class
NameItemPathSegment
class
ObjectReferencePathSegment
Denotes referenced object, like "assignment/targetRef/@/name" (name of assignment's target object)class
ParentPathSegment
Denotes parent object or container.class
ReferencePathSegment
Denotes reference path segment: either ".." meaning owner, or "@" meaning referenced object.class
VariableItemPathSegment
Methods in com.evolveum.midpoint.prism.path that return ItemPathSegment Modifier and Type Method Description ItemPathSegment
IdentifierPathSegment. clone()
abstract ItemPathSegment
ItemPathSegment. clone()
ItemPathSegment
ObjectReferencePathSegment. clone()
ItemPathSegment
ParentPathSegment. clone()
static ItemPathSegment
UniformItemPath. createSegment(QName qname, boolean variable)
ItemPathSegment
UniformItemPath. first()
ItemPathSegment
UniformItemPath. getSegment(int i)
@Nullable ItemPathSegment
UniformItemPath. 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()
-