Uses of Enum Class
de.espirit.firstspirit.agency.ValidationAgent.ValidationScope
Packages that use ValidationAgent.ValidationScope
-
Uses of ValidationAgent.ValidationScope in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that return ValidationAgent.ValidationScopeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ValidationAgent.ValidationScope[]
ValidationAgent.ValidationScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.agency with parameters of type ValidationAgent.ValidationScopeModifier and TypeMethodDescription@Nullable MultiFormValidationReport
ElementValidationReport.getReport
(ValidationAgent.ValidationScope scope) Get the report for a given scope.ValidationAgent.validate
(IDProvider element, ValidationAgent.ValidationScope scope) ValidationAgent.validate
(FormData formData, Iterable<Language> languages, ValidationAgent.ValidationScope scope) Validate the given data for the provided languages in given validation scope.