Uses of Interface
com.composum.sling.core.service.PathReferencesService.HitIterator
-
Packages that use PathReferencesService.HitIterator Package Description com.composum.sling.core.service com.composum.sling.core.service.impl -
-
Uses of PathReferencesService.HitIterator in com.composum.sling.core.service
Methods in com.composum.sling.core.service that return PathReferencesService.HitIterator Modifier and Type Method Description @NotNull PathReferencesService.HitIterator
PathReferencesService. findReferences(@NotNull org.apache.sling.api.resource.ResourceResolver resolver, @NotNull PathReferencesService.Options options, @NotNull String searchRoot, @NotNull String path)
searches resources which are referencing the given path -
Uses of PathReferencesService.HitIterator in com.composum.sling.core.service.impl
Classes in com.composum.sling.core.service.impl that implement PathReferencesService.HitIterator Modifier and Type Class Description protected static class
PathReferencesServiceImpl.HitIteratorImpl
Methods in com.composum.sling.core.service.impl that return PathReferencesService.HitIterator Modifier and Type Method Description @NotNull PathReferencesService.HitIterator
PathReferencesServiceImpl. findReferences(@NotNull org.apache.sling.api.resource.ResourceResolver resolver, @NotNull PathReferencesService.Options options, @NotNull String searchRoot, @NotNull String path)
-