Uses of Class
com.evolveum.midpoint.model.api.context.EvaluatedPolicyRule.TargetType
-
Packages that use EvaluatedPolicyRule.TargetType Package Description com.evolveum.midpoint.model.api.context -
-
Uses of EvaluatedPolicyRule.TargetType in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return EvaluatedPolicyRule.TargetType Modifier and Type Method Description @NotNull EvaluatedPolicyRule.TargetType
EvaluatedPolicyRule. getTargetType()
To which object is the policy rule targeted and how.static EvaluatedPolicyRule.TargetType
EvaluatedPolicyRule.TargetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EvaluatedPolicyRule.TargetType[]
EvaluatedPolicyRule.TargetType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-