Uses of Interface
com.evolveum.midpoint.model.api.context.AssociatedPolicyRule
Packages that use AssociatedPolicyRule
Package
Description
-
Uses of AssociatedPolicyRule in com.evolveum.midpoint.model.api.context
Subinterfaces of AssociatedPolicyRule in com.evolveum.midpoint.model.api.contextModifier and TypeInterfaceDescriptioninterfaceTODO document this interface and its methodsMethods in com.evolveum.midpoint.model.api.context that return types with arguments of type AssociatedPolicyRuleModifier and TypeMethodDescription@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 AssociatedPolicyRuleModifier and TypeMethodDescriptionstatic booleanAssociatedPolicyRule.contains(List<? extends AssociatedPolicyRule> rules, AssociatedPolicyRule otherRule) Method parameters in com.evolveum.midpoint.model.api.context with type arguments of type AssociatedPolicyRuleModifier and TypeMethodDescriptionstatic booleanAssociatedPolicyRule.contains(List<? extends AssociatedPolicyRule> rules, AssociatedPolicyRule otherRule) static intAssociatedPolicyRule.getTriggeredRulesCount(Collection<? extends AssociatedPolicyRule> policyRules) -
Uses of AssociatedPolicyRule in com.evolveum.midpoint.model.impl.lens
Classes in com.evolveum.midpoint.model.impl.lens that implement AssociatedPolicyRule -
Uses of AssociatedPolicyRule in com.evolveum.midpoint.model.impl.lens.assignments
Classes in com.evolveum.midpoint.model.impl.lens.assignments that implement AssociatedPolicyRuleModifier and TypeClassDescriptionclassA rule that has been "transplanted" onto new owner (EvaluatedAssignment) - currently, the other side of "one-sided" exclusion constraint.Methods in com.evolveum.midpoint.model.impl.lens.assignments that return types with arguments of type AssociatedPolicyRuleModifier and TypeMethodDescription@NotNull Collection<AssociatedPolicyRule>EvaluatedAssignmentImpl.getAllAssociatedPolicyRules()