Uses of Interface
org.apache.sling.validation.model.ChildResource
-
Uses of ChildResource in org.apache.sling.validation.impl.model
Modifier and TypeMethodDescriptionChildResourceImpl.getChildren()
MergedValidationModel.getChildren()
ValidationModelImpl.getChildren()
Modifier and TypeMethodDescriptionValidationModelBuilder.childResource
(ChildResource childResource) Modifier and TypeMethodDescriptionValidationModelBuilder.childResources
(List<ChildResource> childResources) -
Uses of ChildResource in org.apache.sling.validation.model
Modifier 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.