Uses of Interface
org.apache.sling.validation.ValidationResult
Packages that use ValidationResult
Package
Description
-
Uses of ValidationResult in org.apache.sling.validation
Methods in org.apache.sling.validation that return ValidationResultModifier and TypeMethodDescription@NotNull ValidationResult
ValidationService.validate
(@NotNull org.apache.sling.api.resource.Resource resource, @NotNull ValidationModel model) Validates aResource
using a specificValidationModel
.@NotNull ValidationResult
ValidationService.validate
(@NotNull org.apache.sling.api.resource.ValueMap valueMap, @NotNull ValidationModel model) @NotNull ValidationResult
ValidationService.validateResourceRecursively
(@NotNull org.apache.sling.api.resource.Resource resource, boolean enforceValidation, Predicate<org.apache.sling.api.resource.Resource> filter, boolean considerResourceSuperTypeModels) Validates aResource
and all child resources recursively by traversing through the resource tree starting from the given resource. -
Uses of ValidationResult in org.apache.sling.validation.spi
Methods in org.apache.sling.validation.spi that return ValidationResultModifier and TypeMethodDescription@NotNull ValidationResult
Validator.validate
(T data, @NotNull ValidatorContext context, @NotNull org.apache.sling.api.resource.ValueMap arguments) Validates thedata
and/or thevalueMap
according to the internal constraints of this validator. -
Uses of ValidationResult in org.apache.sling.validation.spi.support
Classes in org.apache.sling.validation.spi.support that implement ValidationResultModifier and TypeClassDescriptionfinal class
Default implementation ofValidationResult
wrapping a list ofValidationFailure
s.