Uses of Class
com.evolveum.midpoint.model.impl.lens.assignments.AssignmentPathImpl
-
Packages that use AssignmentPathImpl Package Description com.evolveum.midpoint.model.impl.lens com.evolveum.midpoint.model.impl.lens.assignments com.evolveum.midpoint.model.impl.lens.construction -
-
Uses of AssignmentPathImpl in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return AssignmentPathImpl Modifier and Type Method Description AssignmentPathImpl
AssignmentPathVariables. getAssignmentPath()
Methods in com.evolveum.midpoint.model.impl.lens with parameters of type AssignmentPathImpl Modifier and Type Method Description static AssignmentPathVariables
LensUtil. computeAssignmentPathVariables(AssignmentPathImpl assignmentPath)
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 AssignmentPathImpl Modifier and Type Method Description AssignmentPathImpl
AssignmentPathImpl. clone()
AssignmentPathImpl
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 AssignmentPathImpl Modifier and Type Field Description protected @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 AssignmentPathImpl Modifier and Type Method Description @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 AssignmentPathImpl Modifier and Type Method Description RT
AbstractConstructionBuilder. assignmentPath(AssignmentPathImpl val)
-