Uses of Class
com.evolveum.midpoint.model.impl.lens.DirectlyEvaluatedClockworkPolicyRuleImpl
Packages that use DirectlyEvaluatedClockworkPolicyRuleImpl
Package
Description
-
Uses of DirectlyEvaluatedClockworkPolicyRuleImpl in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return DirectlyEvaluatedClockworkPolicyRuleImplMethods in com.evolveum.midpoint.model.impl.lens that return types with arguments of type DirectlyEvaluatedClockworkPolicyRuleImplModifier and TypeMethodDescriptionLensElementContext.getObjectPolicyRules()LensContext.getTriggeredObjectPolicyRules()Methods in com.evolveum.midpoint.model.impl.lens with parameters of type DirectlyEvaluatedClockworkPolicyRuleImplModifier and TypeMethodDescriptionvoidLensContext.addTriggeredObjectPolicyRule(DirectlyEvaluatedClockworkPolicyRuleImpl triggeredPolicyRule) Method parameters in com.evolveum.midpoint.model.impl.lens with type arguments of type DirectlyEvaluatedClockworkPolicyRuleImplModifier and TypeMethodDescriptionvoidLensElementContext.setObjectPolicyRules(Collection<DirectlyEvaluatedClockworkPolicyRuleImpl> policyRules) -
Uses of DirectlyEvaluatedClockworkPolicyRuleImpl in com.evolveum.midpoint.model.impl.lens.assignments
Methods in com.evolveum.midpoint.model.impl.lens.assignments that return types with arguments of type DirectlyEvaluatedClockworkPolicyRuleImplModifier and TypeMethodDescriptionEvaluatedAssignmentImpl.getAllTargetsPolicyRules()EvaluatedAssignmentImpl.getObjectPolicyRules()EvaluatedAssignmentImpl.getOtherTargetsPolicyRules()EvaluatedAssignmentImpl.getThisTargetPolicyRules()Methods in com.evolveum.midpoint.model.impl.lens.assignments with parameters of type DirectlyEvaluatedClockworkPolicyRuleImplModifier and TypeMethodDescriptionvoidEvaluatedAssignmentImpl.addTargetPolicyRule(DirectlyEvaluatedClockworkPolicyRuleImpl policyRule) booleanEvaluatedAssignmentImpl.hasPolicyRuleException(@NotNull DirectlyEvaluatedClockworkPolicyRuleImpl rule, @NotNull Collection<EvaluatedPolicyRuleTrigger<?>> triggers) ForeignEvaluatedClockworkPolicyRuleImpl.of(@NotNull DirectlyEvaluatedClockworkPolicyRuleImpl rule, @NotNull EvaluatedAssignmentImpl<?> newOwner) voidEvaluatedAssignmentImpl.registerAsForeignRule(DirectlyEvaluatedClockworkPolicyRuleImpl rule) Registers a foreign policy rule. -
Uses of DirectlyEvaluatedClockworkPolicyRuleImpl in com.evolveum.midpoint.model.impl.lens.projector.policy
Fields in com.evolveum.midpoint.model.impl.lens.projector.policy declared as DirectlyEvaluatedClockworkPolicyRuleImplModifier and TypeFieldDescriptionfinal @NotNull DirectlyEvaluatedClockworkPolicyRuleImplPolicyRuleEvaluationContext.policyRuleConstructors in com.evolveum.midpoint.model.impl.lens.projector.policy with parameters of type DirectlyEvaluatedClockworkPolicyRuleImplModifierConstructorDescriptionprotectedPolicyRuleEvaluationContext(@NotNull DirectlyEvaluatedClockworkPolicyRuleImpl policyRule, @NotNull LensElementContext<O> elementContext, @NotNull Task task, @NotNull ObjectState state)