Uses of Interface
com.evolveum.midpoint.model.api.context.AssociatedPolicyRule
-
Packages that use AssociatedPolicyRule Package Description com.evolveum.midpoint.model.api.context -
-
Uses of AssociatedPolicyRule in com.evolveum.midpoint.model.api.context
Subinterfaces of AssociatedPolicyRule in com.evolveum.midpoint.model.api.context Modifier and Type Interface Description interface
EvaluatedPolicyRule
TODO document this interface and its methodsMethods in com.evolveum.midpoint.model.api.context that return types with arguments of type AssociatedPolicyRule Modifier and Type Method Description @NotNull Collection<AssociatedPolicyRule>
EvaluatedAssignment. getAllAssociatedPolicyRules()
ReturnsEvaluatedAssignment.getAllTargetsPolicyRules()
plus so-called "foreign policy rules".Methods in com.evolveum.midpoint.model.api.context with parameters of type AssociatedPolicyRule Modifier and Type Method Description static boolean
AssociatedPolicyRule. contains(List<? extends AssociatedPolicyRule> rules, AssociatedPolicyRule otherRule)
Method parameters in com.evolveum.midpoint.model.api.context with type arguments of type AssociatedPolicyRule Modifier and Type Method Description static boolean
AssociatedPolicyRule. contains(List<? extends AssociatedPolicyRule> rules, AssociatedPolicyRule otherRule)
static int
AssociatedPolicyRule. getTriggeredRulesCount(Collection<? extends AssociatedPolicyRule> policyRules)
-