Uses of Interface
com.evolveum.midpoint.model.api.context.AssignmentPathSegment
-
Packages that use AssignmentPathSegment Package Description com.evolveum.midpoint.model.api.context -
-
Uses of AssignmentPathSegment in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return AssignmentPathSegment Modifier and Type Method Description AssignmentPathSegmentAssignmentPath. beforeLast(int n)AssignmentPathSegmentAssignmentPath. first()default AssignmentPathSegmentAssignmentPath. getAt(int index)AssignmentPathSegmentAssignmentPath. getSegment(int index)Returns segment specified by index.AssignmentPathSegmentAssignmentPath. last()Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type AssignmentPathSegment Modifier and Type Method Description List<? extends AssignmentPathSegment>AssignmentPath. getSegments()Methods in com.evolveum.midpoint.model.api.context with parameters of type AssignmentPathSegment Modifier and Type Method Description booleanAssignmentPathSegment. equivalent(AssignmentPathSegment otherSegment)
-