Uses of Interface
org.apache.sling.validation.model.ChildResource
Packages that use ChildResource
-
Uses of ChildResource in org.apache.sling.validation.impl.model
Classes in org.apache.sling.validation.impl.model that implement ChildResourceMethods in org.apache.sling.validation.impl.model that return ChildResourceMethods in org.apache.sling.validation.impl.model that return types with arguments of type ChildResourceModifier and TypeMethodDescriptionChildResourceImpl.getChildren()MergedValidationModel.getChildren()ValidationModelImpl.getChildren()Methods in org.apache.sling.validation.impl.model with parameters of type ChildResourceModifier and TypeMethodDescriptionValidationModelBuilder.childResource(ChildResource childResource) Method parameters in org.apache.sling.validation.impl.model with type arguments of type ChildResourceModifier and TypeMethodDescriptionValidationModelBuilder.childResources(List<ChildResource> childResources) -
Uses of ChildResource in org.apache.sling.validation.model
Methods in org.apache.sling.validation.model that return types with arguments of type ChildResourceModifier and TypeMethodDescription@NotNull Collection<ChildResource>ChildResource.getChildren()Returns the child resources of this part of the Validation Model@NotNull Collection<ChildResource>ValidationModel.getChildren()Returns the expected children for a resource validated by this model.