Uses of Enum Class
com.evolveum.midpoint.model.api.context.DirectlyEvaluatedClockworkPolicyRule.TargetType
Packages that use DirectlyEvaluatedClockworkPolicyRule.TargetType
-
Uses of DirectlyEvaluatedClockworkPolicyRule.TargetType in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return DirectlyEvaluatedClockworkPolicyRule.TargetTypeModifier and TypeMethodDescriptionDirectlyEvaluatedClockworkPolicyRule.getTargetType()To which object is the policy rule targeted and how.Returns the enum constant of this class with the specified name.DirectlyEvaluatedClockworkPolicyRule.TargetType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DirectlyEvaluatedClockworkPolicyRule.TargetType in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return DirectlyEvaluatedClockworkPolicyRule.TargetTypeConstructors in com.evolveum.midpoint.model.impl.lens with parameters of type DirectlyEvaluatedClockworkPolicyRule.TargetTypeModifierConstructorDescriptionDirectlyEvaluatedClockworkPolicyRuleImpl(@NotNull AbstractPolicyRuleConfigItem<?> policyRuleCI, @NotNull String ruleId, @Nullable AssignmentPath ruleAssignmentPath, @NotNull DirectlyEvaluatedClockworkPolicyRule.TargetType targetType) DirectlyEvaluatedClockworkPolicyRuleImpl(@NotNull AbstractPolicyRuleConfigItem<?> policyRuleCI, @NotNull String ruleId, @Nullable AssignmentPath ruleAssignmentPath, @NotNull DirectlyEvaluatedClockworkPolicyRule.TargetType targetType, ActivityPolicyRule activityPolicyRule) DirectlyEvaluatedClockworkPolicyRuleImpl(@NotNull AbstractPolicyRuleConfigItem<?> policyRuleCI, @NotNull String ruleId, @Nullable AssignmentPath ruleAssignmentPath, @Nullable EvaluatedAssignmentImpl<?> originatingAssignment, @NotNull DirectlyEvaluatedClockworkPolicyRule.TargetType targetType) DirectlyEvaluatedClockworkPolicyRuleImpl(@NotNull AbstractPolicyRuleConfigItem<?> policyRuleCI, @NotNull String ruleId, @Nullable AssignmentPath ruleAssignmentPath, @Nullable EvaluatedAssignmentImpl<?> originatingAssignment, @NotNull DirectlyEvaluatedClockworkPolicyRule.TargetType targetType, ActivityPolicyRule activityPolicyRule)