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 ValidationModelValidationService.getValidationModel(@NotNull String validatedResourceType, String resourcePath, boolean considerResourceSuperTypeModels) Tries to obtain aValidationModelthat is able to validate aResourceof typevalidatedResourceType.@Nullable ValidationModelValidationService.getValidationModel(@NotNull Resource resource, boolean considerResourceSuperTypeModels) Tries to obtain aValidationModelthat is able to validate the givenresource.Methods in org.apache.sling.validation with parameters of type ValidationModelModifier and TypeMethodDescription@NotNull ValidationResultValidationService.validate(@NotNull Resource resource, @NotNull ValidationModel model) Validates aResourceusing a specificValidationModel.@NotNull ValidationResultValidationService.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 TypeClassDescriptionclassGenerates a merged validation model out of one baseValidationModeland 1 or more models to merge.classMethods 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 ValidationModelValidationModelRetriever.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.