Uses of Enum Class
com.evolveum.midpoint.model.api.context.EvaluatedPolicyRule.TargetType
Packages that use EvaluatedPolicyRule.TargetType
-
Uses of EvaluatedPolicyRule.TargetType in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return EvaluatedPolicyRule.TargetTypeModifier and TypeMethodDescription@NotNull EvaluatedPolicyRule.TargetTypeEvaluatedPolicyRule.getTargetType()To which object is the policy rule targeted and how.Returns the enum constant of this class with the specified name.static EvaluatedPolicyRule.TargetType[]EvaluatedPolicyRule.TargetType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EvaluatedPolicyRule.TargetType in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return EvaluatedPolicyRule.TargetTypeConstructors in com.evolveum.midpoint.model.impl.lens with parameters of type EvaluatedPolicyRule.TargetTypeModifierConstructorDescriptionEvaluatedPolicyRuleImpl(@NotNull AbstractPolicyRuleConfigItem<?> policyRuleCI, @NotNull String ruleId, @Nullable AssignmentPath assignmentPath, @NotNull EvaluatedPolicyRule.TargetType targetType) EvaluatedPolicyRuleImpl(@NotNull AbstractPolicyRuleConfigItem<?> policyRuleCI, @NotNull String ruleId, @Nullable AssignmentPath assignmentPath, @Nullable EvaluatedAssignmentImpl<?> evaluatedAssignment, @NotNull EvaluatedPolicyRule.TargetType targetType)