Uses of Interface
com.evolveum.midpoint.model.api.context.EvaluatedClockworkPolicyRule
Packages that use EvaluatedClockworkPolicyRule
Package
Description
-
Uses of EvaluatedClockworkPolicyRule in com.evolveum.midpoint.model.api.context
Subinterfaces of EvaluatedClockworkPolicyRule in com.evolveum.midpoint.model.api.contextModifier and TypeInterfaceDescriptioninterfaceAnEvaluatedClockworkPolicyRulethat was directly evaluated against an object or an assignment.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.Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type EvaluatedClockworkPolicyRuleModifier and TypeMethodDescription@NotNull Collection<EvaluatedClockworkPolicyRule>EvaluatedAssignment.getAllAssociatedPolicyRules()ReturnsEvaluatedAssignment.getAllTargetsPolicyRules()plus so-called "foreign policy rules".Method parameters in com.evolveum.midpoint.model.api.context with type arguments of type EvaluatedClockworkPolicyRuleModifier and TypeMethodDescriptionstatic intEvaluatedClockworkPolicyRule.getTriggeredRulesCount(Collection<? extends EvaluatedClockworkPolicyRule> policyRules) -
Uses of EvaluatedClockworkPolicyRule in com.evolveum.midpoint.model.impl.lens
Classes in com.evolveum.midpoint.model.impl.lens that implement EvaluatedClockworkPolicyRuleModifier and TypeClassDescriptionclassA (single) implementation ofDirectlyEvaluatedClockworkPolicyRule. -
Uses of EvaluatedClockworkPolicyRule in com.evolveum.midpoint.model.impl.lens.assignments
Classes in com.evolveum.midpoint.model.impl.lens.assignments that implement EvaluatedClockworkPolicyRuleModifier and TypeClassDescriptionclassA direct implementation ofForeignEvaluatedClockworkPolicyRulethat simply delegates to the original policy rule.Methods in com.evolveum.midpoint.model.impl.lens.assignments that return types with arguments of type EvaluatedClockworkPolicyRuleModifier and TypeMethodDescription@NotNull Collection<EvaluatedClockworkPolicyRule>EvaluatedAssignmentImpl.getAllAssociatedPolicyRules()