Uses of Interface
com.evolveum.midpoint.repo.common.policy.EvaluatedPolicyRule
Packages that use EvaluatedPolicyRule
Package
Description
-
Uses of EvaluatedPolicyRule in com.evolveum.midpoint.model.api.context
Subinterfaces of EvaluatedPolicyRule in com.evolveum.midpoint.model.api.contextModifier and TypeInterfaceDescriptioninterfaceAnEvaluatedClockworkPolicyRulethat was directly evaluated against an object or an assignment.interfaceA policy rule that was evaluated during clockwork processing.interfaceADirectlyEvaluatedClockworkPolicyRulethat is attached to an assignment as a "foreign" rule, meaning that it was evaluated on the other side of a one-sided constraint and then attached to the assignment on which it was not originally evaluated. -
Uses of EvaluatedPolicyRule in com.evolveum.midpoint.model.impl.lens
Classes in com.evolveum.midpoint.model.impl.lens that implement EvaluatedPolicyRuleModifier and TypeClassDescriptionclassA (single) implementation ofDirectlyEvaluatedClockworkPolicyRule. -
Uses of EvaluatedPolicyRule in com.evolveum.midpoint.model.impl.lens.assignments
Classes in com.evolveum.midpoint.model.impl.lens.assignments that implement EvaluatedPolicyRuleModifier and TypeClassDescriptionclassA direct implementation ofForeignEvaluatedClockworkPolicyRulethat simply delegates to the original policy rule. -
Uses of EvaluatedPolicyRule in com.evolveum.midpoint.notifications.api.events
Methods in com.evolveum.midpoint.notifications.api.events that return EvaluatedPolicyRule -
Uses of EvaluatedPolicyRule in com.evolveum.midpoint.repo.common.activity
Methods in com.evolveum.midpoint.repo.common.activity with parameters of type EvaluatedPolicyRuleModifier and TypeMethodDescriptionvoidActivityListener.onActivityPolicyRuleTriggered(@NotNull AbstractActivityRun<?, ?, ?> activityRun, @NotNull EvaluatedPolicyRule policyRule, @NotNull Task task, @NotNull OperationResult result) Called when policy rule with notification action is triggered during activity execution. -
Uses of EvaluatedPolicyRule in com.evolveum.midpoint.repo.common.activity.policy
Classes in com.evolveum.midpoint.repo.common.activity.policy that implement EvaluatedPolicyRuleModifier and TypeClassDescriptionclassAn implementation ofEvaluatedPolicyRulespecific for activity rules (dealing with execution time, restarts, errors, etc).Methods in com.evolveum.midpoint.repo.common.activity.policy that return EvaluatedPolicyRuleModifier and TypeMethodDescription@NotNull EvaluatedPolicyRuleActivityPolicyRuleEvaluationContext.getRule()Methods in com.evolveum.midpoint.repo.common.activity.policy that return types with arguments of type EvaluatedPolicyRuleModifier and TypeMethodDescriptionprotected abstract @NotNull Collection<? extends EvaluatedPolicyRule>PolicyRuleCounterUpdater.getPolicyRules()Returns list of evaluated policy rules that should be considered for counter updates. -
Uses of EvaluatedPolicyRule in com.evolveum.midpoint.repo.common.activity.run
Methods in com.evolveum.midpoint.repo.common.activity.run with parameters of type EvaluatedPolicyRuleModifier and TypeMethodDescriptionvoidAbstractActivityRun.sendActivityPolicyRuleTriggeredEvent(EvaluatedPolicyRule policyRule, OperationResult result) -
Uses of EvaluatedPolicyRule in com.evolveum.midpoint.repo.common.policy
Classes in com.evolveum.midpoint.repo.common.policy that implement EvaluatedPolicyRuleModifier and TypeClassDescriptionclassImplementation of the most generic features inEvaluatedPolicyRuleinterface.Methods in com.evolveum.midpoint.repo.common.policy that return types with arguments of type EvaluatedPolicyRuleModifier and TypeMethodDescription@NotNull Collection<EvaluatedPolicyRule>EvaluatedSituationTrigger.getSourceRules()Method parameters in com.evolveum.midpoint.repo.common.policy with type arguments of type EvaluatedPolicyRuleModifier and TypeMethodDescriptiondefault booleanEvaluatedPolicyRule.isContainedIn(Collection<? extends EvaluatedPolicyRule> rules) Returnstrueif this rule is present in the provided collection of rules.Constructor parameters in com.evolveum.midpoint.repo.common.policy with type arguments of type EvaluatedPolicyRuleModifierConstructorDescriptionEvaluatedSituationTrigger(@NotNull PolicySituationPolicyConstraintType constraint, LocalizableMessage message, LocalizableMessage shortMessage, @NotNull Collection<? extends EvaluatedPolicyRule> sourceRules)