Uses of Enum Class
com.evolveum.midpoint.model.api.validator.Scope
Packages that use Scope
-
Uses of Scope in com.evolveum.midpoint.model.api.validator
Methods in com.evolveum.midpoint.model.api.validator that return ScopeModifier and TypeMethodDescriptionstatic Scope
Returns the enum constant of this class with the specified name.static Scope[]
Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.model.api.validator with parameters of type ScopeModifier and TypeMethodDescription@NotNull ValidationResult
ResourceValidator.validate
(@NotNull PrismObject<ResourceType> resourceObject, @NotNull Scope scope, @Nullable Locale locale, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)