Uses of Class
com.evolveum.midpoint.prism.path.ItemPathSegment
-
Packages that use ItemPathSegment Package Description com.evolveum.midpoint.prism.impl.path com.evolveum.midpoint.prism.path -
-
Uses of ItemPathSegment in com.evolveum.midpoint.prism.impl.path
Methods in com.evolveum.midpoint.prism.impl.path that return ItemPathSegment Modifier and Type Method Description static ItemPathSegment
UniformItemPathImpl. createSegment(QName qname, boolean variable)
ItemPathSegment
UniformItemPathImpl. first()
ItemPathSegment
UniformItemPathImpl. getSegment(int i)
ItemPathSegment
UniformItemPathImpl. last()
Methods in com.evolveum.midpoint.prism.impl.path that return types with arguments of type ItemPathSegment Modifier and Type Method Description List<ItemPathSegment>
UniformItemPathImpl. getSegments()
Methods in com.evolveum.midpoint.prism.impl.path with parameters of type ItemPathSegment Modifier and Type Method Description UniformItemPath
UniformItemPathImpl. append(ItemPathSegment subSegment)
Constructors in com.evolveum.midpoint.prism.impl.path with parameters of type ItemPathSegment Constructor Description UniformItemPathImpl(ItemPathSegment... segments)
UniformItemPathImpl(UniformItemPath parentPath, ItemPathSegment subSegment)
UniformItemPathImpl(List<ItemPathSegment> segments, ItemPathSegment subSegment)
Constructor parameters in com.evolveum.midpoint.prism.impl.path with type arguments of type ItemPathSegment Constructor Description UniformItemPathImpl(List<ItemPathSegment> segments)
UniformItemPathImpl(List<ItemPathSegment> segments, ItemPathSegment subSegment)
UniformItemPathImpl(List<ItemPathSegment> segments, List<ItemPathSegment> additionalSegments)
UniformItemPathImpl(List<ItemPathSegment> segments, QName subName)
-
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()
ItemPathSegment
UniformItemPath. first()
ItemPathSegment
UniformItemPath. getSegment(int i)
ItemPathSegment
UniformItemPath. last()
Methods in com.evolveum.midpoint.prism.path that return types with arguments of type ItemPathSegment Modifier and Type Method Description List<ItemPathSegment>
UniformItemPath. getSegments()
-