Uses of Class
com.evolveum.midpoint.model.impl.lens.assignments.AssignmentPathImpl
Packages that use AssignmentPathImpl
Package
Description
-
Uses of AssignmentPathImpl in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return AssignmentPathImplMethods in com.evolveum.midpoint.model.impl.lens with parameters of type AssignmentPathImplModifier and TypeMethodDescriptionstatic AssignmentPathVariables
LensUtil.computeAssignmentPathVariables
(AssignmentPathImpl assignmentPath) Call this method throughAssignmentPathImpl
and eventually move there.void
AssignmentPathVariables.setAssignmentPath
(AssignmentPathImpl assignmentPath) -
Uses of AssignmentPathImpl in com.evolveum.midpoint.model.impl.lens.assignments
Methods in com.evolveum.midpoint.model.impl.lens.assignments that return AssignmentPathImplModifier and TypeMethodDescriptionAssignmentPathImpl.clone()
AssignmentPathImpl.cloneFirst
(int n) @NotNull AssignmentPathImpl
EvaluatedAssignmentTargetImpl.getAssignmentPath()
-
Uses of AssignmentPathImpl in com.evolveum.midpoint.model.impl.lens.construction
Fields in com.evolveum.midpoint.model.impl.lens.construction declared as AssignmentPathImplModifier and TypeFieldDescriptionprotected final @Nullable AssignmentPathImpl
AbstractConstruction.assignmentPath
If this construction is assigned, this is the path to it.Methods in com.evolveum.midpoint.model.impl.lens.construction that return AssignmentPathImplModifier and TypeMethodDescription@Nullable AssignmentPathImpl
AbstractConstruction.getAssignmentPath()
@NotNull AssignmentPathImpl
AssignedResourceObjectConstruction.getAssignmentPath()
For assigned construction the assignment path is obligatory.@NotNull AssignmentPathImpl
PersonaConstruction.getAssignmentPath()
Methods in com.evolveum.midpoint.model.impl.lens.construction with parameters of type AssignmentPathImplModifier and TypeMethodDescriptionAbstractConstructionBuilder.assignmentPath
(AssignmentPathImpl val)