Uses of Interface
com.composum.sling.core.service.PathReferencesService.Hit
-
Packages that use PathReferencesService.Hit Package Description com.composum.sling.core.service com.composum.sling.core.service.impl com.composum.sling.nodes.components -
-
Uses of PathReferencesService.Hit in com.composum.sling.core.service
Methods in com.composum.sling.core.service with parameters of type PathReferencesService.Hit Modifier and Type Method Description void
PathReferencesService. changeReferences(@NotNull org.apache.sling.api.resource.ResourceResolver resolver, @NotNull PathReferencesService.Hit hit, @NotNull String newPath)
replaces each occurrence of the paths found in a previous search by the new path in the properties of the found resource (hit) -
Uses of PathReferencesService.Hit in com.composum.sling.core.service.impl
Classes in com.composum.sling.core.service.impl that implement PathReferencesService.Hit Modifier and Type Class Description protected class
PathReferencesServiceImpl.HitIteratorImpl.IteratorHit
Methods in com.composum.sling.core.service.impl that return PathReferencesService.Hit Modifier and Type Method Description protected @Nullable PathReferencesService.Hit
PathReferencesServiceImpl.HitIteratorImpl. loadNext()
@Nullable PathReferencesService.Hit
PathReferencesServiceImpl.HitIteratorImpl. next()
Methods in com.composum.sling.core.service.impl with parameters of type PathReferencesService.Hit Modifier and Type Method Description void
PathReferencesServiceImpl. changeReferences(@NotNull org.apache.sling.api.resource.ResourceResolver resolver, @NotNull PathReferencesService.Hit hit, @NotNull String newPath)
-
Uses of PathReferencesService.Hit in com.composum.sling.nodes.components
Methods in com.composum.sling.nodes.components that return types with arguments of type PathReferencesService.Hit Modifier and Type Method Description @NotNull Iterable<PathReferencesService.Hit>
ReferencesModel. getHits()
@NotNull Map<String,PathReferencesService.Hit>
ReferencesModel. getReferences()
-