Uses of Interface
com.evolveum.midpoint.model.api.context.AssignmentPath
-
Packages that use AssignmentPath Package Description com.evolveum.midpoint.model.api.context com.evolveum.midpoint.model.api.util -
-
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.AssignmentPath
EvaluatedExclusionTrigger. getConflictingPath()
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 conflictingAssignment, ObjectType conflictingTarget, AssignmentPath conflictingPath, boolean enforcementOverride)
EvaluatedExclusionTrigger(@NotNull ExclusionPolicyConstraintType constraint, LocalizableMessage message, LocalizableMessage shortMessage, @NotNull EvaluatedAssignment conflictingAssignment, ObjectType thisTarget, ObjectType conflictingTarget, AssignmentPath thisPath, AssignmentPath conflictingPath)
-
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)
-