Uses of Enum Class
com.evolveum.midpoint.model.api.validator.Scope
Packages that use Scope
Package
Description
-
Uses of Scope in com.evolveum.midpoint.model.api.validator
Methods in com.evolveum.midpoint.model.api.validator that return ScopeModifier and TypeMethodDescriptionstatic ScopeReturns 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 ValidationResultResourceValidator.validate(@NotNull PrismObject<ResourceType> resourceObject, @NotNull Scope scope, @Nullable Locale locale, @NotNull Task task, @NotNull OperationResult result) -
Uses of Scope in com.evolveum.midpoint.model.impl.validator
Methods in com.evolveum.midpoint.model.impl.validator with parameters of type ScopeModifier and TypeMethodDescription@NotNull ValidationResultResourceValidatorImpl.validate(@NotNull PrismObject<ResourceType> resourceObject, @NotNull Scope scope, @Nullable Locale locale, @NotNull Task task, @NotNull OperationResult result)