Uses of Interface
org.apache.sling.validation.model.ValidationModel
Packages that use ValidationModel
Package
Description
-
Uses of ValidationModel in org.apache.sling.validation
Methods in org.apache.sling.validation that return ValidationModelModifier and TypeMethodDescription@Nullable ValidationModel
ValidationService.getValidationModel
(@NotNull String validatedResourceType, String resourcePath, boolean considerResourceSuperTypeModels) Tries to obtain aValidationModel
that is able to validate aResource
of typevalidatedResourceType
.@Nullable ValidationModel
ValidationService.getValidationModel
(@NotNull Resource resource, boolean considerResourceSuperTypeModels) Tries to obtain aValidationModel
that is able to validate the givenresource
.Methods in org.apache.sling.validation with parameters of type ValidationModelModifier and TypeMethodDescription@NotNull ValidationResult
ValidationService.validate
(@NotNull Resource resource, @NotNull ValidationModel model) Validates aResource
using a specificValidationModel
.@NotNull ValidationResult
ValidationService.validate
(@NotNull ValueMap valueMap, @NotNull ValidationModel model) -
Uses of ValidationModel in org.apache.sling.validation.impl.model
Classes in org.apache.sling.validation.impl.model that implement ValidationModelModifier and TypeClassDescriptionclass
Generates a merged validation model out of one baseValidationModel
and 1 or more models to merge.class
Methods in org.apache.sling.validation.impl.model that return ValidationModelModifier and TypeMethodDescriptionConstructors in org.apache.sling.validation.impl.model with parameters of type ValidationModelModifierConstructorDescriptionMergedValidationModel
(ValidationModel baseModel, ValidationModel... modelsToMerge) -
Uses of ValidationModel in org.apache.sling.validation.impl.resourcemodel
Methods in org.apache.sling.validation.impl.resourcemodel that return types with arguments of type ValidationModelModifier and TypeMethodDescriptionResourceValidationModelProviderImpl.getValidationModels
(String relativeResourceType) -
Uses of ValidationModel in org.apache.sling.validation.model.spi
Methods in org.apache.sling.validation.model.spi that return ValidationModelModifier and TypeMethodDescription@Nullable ValidationModel
ValidationModelRetriever.getValidationModel
(@NotNull String resourceType, String resourcePath, boolean considerResourceSuperTypeModels) A validation model for the given resourceType at the given resourcePathMethods in org.apache.sling.validation.model.spi that return types with arguments of type ValidationModelModifier and TypeMethodDescription@NotNull List<ValidationModel>
ValidationModelProvider.getValidationModels
(@NotNull String relativeResourceType) Retrieves the models responsible for validating the given resourceType.