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 AssignmentPathImplAssignmentPathVariables. getAssignmentPath()Methods in com.evolveum.midpoint.model.impl.lens with parameters of type AssignmentPathImpl Modifier and Type Method Description static AssignmentPathVariablesLensUtil. computeAssignmentPathVariables(AssignmentPathImpl assignmentPath)voidAssignmentPathVariables. 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 AssignmentPathImplAssignmentPathImpl. clone()AssignmentPathImplAssignmentPathImpl. cloneFirst(int n)@NotNull AssignmentPathImplEvaluatedAssignmentTargetImpl. 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 AssignmentPathImplAbstractConstruction. assignmentPathIf 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 AssignmentPathImplAbstractConstruction. getAssignmentPath()@NotNull AssignmentPathImplAssignedResourceObjectConstruction. getAssignmentPath()For assigned construction the assignment path is obligatory.@NotNull AssignmentPathImplPersonaConstruction. getAssignmentPath()Methods in com.evolveum.midpoint.model.impl.lens.construction with parameters of type AssignmentPathImpl Modifier and Type Method Description RTAbstractConstructionBuilder. assignmentPath(AssignmentPathImpl val)
-