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 voidPathReferencesService. 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 classPathReferencesServiceImpl.HitIteratorImpl.IteratorHitMethods in com.composum.sling.core.service.impl that return PathReferencesService.Hit Modifier and Type Method Description protected @Nullable PathReferencesService.HitPathReferencesServiceImpl.HitIteratorImpl. loadNext()@Nullable PathReferencesService.HitPathReferencesServiceImpl.HitIteratorImpl. next()Methods in com.composum.sling.core.service.impl with parameters of type PathReferencesService.Hit Modifier and Type Method Description voidPathReferencesServiceImpl. 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() 
 -