Uses of Interface
org.apache.sling.validation.model.ResourceProperty
Packages that use ResourceProperty
-
Uses of ResourceProperty in org.apache.sling.validation.impl.model
Classes in org.apache.sling.validation.impl.model that implement ResourcePropertyMethods in org.apache.sling.validation.impl.model that return ResourcePropertyMethods in org.apache.sling.validation.impl.model that return types with arguments of type ResourcePropertyModifier and TypeMethodDescriptionChildResourceImpl.getProperties()MergedValidationModel.getResourceProperties()ValidationModelImpl.getResourceProperties()Methods in org.apache.sling.validation.impl.model with parameters of type ResourcePropertyModifier and TypeMethodDescriptionValidationModelBuilder.resourceProperty(ResourceProperty resourceProperty) Method parameters in org.apache.sling.validation.impl.model with type arguments of type ResourcePropertyModifier and TypeMethodDescriptionValidationModelBuilder.resourceProperties(List<ResourceProperty> resourceProperties) Constructor parameters in org.apache.sling.validation.impl.model with type arguments of type ResourcePropertyModifierConstructorDescriptionChildResourceImpl(String name, String nameRegex, boolean isRequired, List<ResourceProperty> properties, List<ChildResource> children) -
Uses of ResourceProperty in org.apache.sling.validation.model
Methods in org.apache.sling.validation.model that return types with arguments of type ResourcePropertyModifier and TypeMethodDescription@NotNull Collection<ResourceProperty>ChildResource.getProperties()Returns the properties this child resource is expected to have.@NotNull Collection<ResourceProperty>ValidationModel.getResourceProperties()Returns the properties validated by this model.