Uses of Interface
com.evolveum.midpoint.model.api.context.AssignmentPath
-
-
Uses of AssignmentPath in com.evolveum.midpoint.gui.api.prism.wrapper
Methods in com.evolveum.midpoint.gui.api.prism.wrapper with parameters of type AssignmentPath Modifier and Type Method Description void
AssignmentValueWrapper. setAssignmentParent(AssignmentPath assignmentPath)
-
Uses of AssignmentPath in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type AssignmentPath Modifier and Type Method Description void
AssignmentValueWrapperImpl. setAssignmentParent(AssignmentPath assignmentPath)
-
Uses of AssignmentPath in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return AssignmentPath Modifier and Type Method Description AssignmentPath
AssignmentPath. clone()
Shallow clone.AssignmentPath
AssignmentPath. cloneFirst(int n)
@NotNull AssignmentPath
EvaluatedAssignmentTarget. getAssignmentPath()
AssignmentPath
EvaluatedPolicyRule. getAssignmentPath()
AssignmentPath
EvaluatedResourceObjectConstruction. getAssignmentPath()
Full path from the focus object to the respective construction.@NotNull AssignmentPath
EvaluatedExclusionTrigger. getConflictingPath()
@NotNull AssignmentPath
EvaluatedExclusionTrigger. getThisPath()
Methods in com.evolveum.midpoint.model.api.context with parameters of type AssignmentPath Modifier and Type Method Description boolean
AssignmentPath. equivalent(AssignmentPath other)
Preliminary (limited) implementation.Constructors in com.evolveum.midpoint.model.api.context with parameters of type AssignmentPath Constructor Description EvaluatedExclusionTrigger(@NotNull ExclusionPolicyConstraintType constraint, LocalizableMessage message, LocalizableMessage shortMessage, @NotNull EvaluatedAssignment thisAssignment, @NotNull EvaluatedAssignment conflictingAssignment, @NotNull ObjectType thisTarget, @NotNull ObjectType conflictingTarget, @NotNull AssignmentPath thisPath, @NotNull AssignmentPath conflictingPath, boolean enforcementOverride)
-
Uses of AssignmentPath in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type AssignmentPath Modifier and Type Method Description static ExtensionType
AssignmentPathUtil. collectExtensions(AssignmentPath path, int startAt, PrismContext prismContext)
static List<OtherPrivilegesLimitationType>
DeputyUtils. extractLimitations(AssignmentPath assignmentPath)
static boolean
DeputyUtils. isDelegationPath(@NotNull AssignmentPath assignmentPath, @NotNull RelationRegistry relationRegistry)
-
Uses of AssignmentPath in com.evolveum.midpoint.web.page.admin.users.component
Methods in com.evolveum.midpoint.web.page.admin.users.component with parameters of type AssignmentPath Modifier and Type Method Description void
AssignmentInfoDto. setAssignmentParent(AssignmentPath assignmentPath)
-