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.HitIteratorPathReferencesService. 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 classPathReferencesServiceImpl.HitIteratorImplMethods in com.composum.sling.core.service.impl that return PathReferencesService.HitIterator Modifier and Type Method Description @NotNull PathReferencesService.HitIteratorPathReferencesServiceImpl. findReferences(@NotNull org.apache.sling.api.resource.ResourceResolver resolver, @NotNull PathReferencesService.Options options, @NotNull String searchRoot, @NotNull String path)
-