Uses of Interface
com.composum.sling.core.service.PathReferencesService.Hit.Property
-
Packages that use PathReferencesService.Hit.Property Package Description com.composum.sling.core.service com.composum.sling.core.service.impl -
-
Uses of PathReferencesService.Hit.Property in com.composum.sling.core.service
Methods in com.composum.sling.core.service that return PathReferencesService.Hit.Property Modifier and Type Method Description @Nullable PathReferencesService.Hit.Property
PathReferencesService.Hit. getProperty()
@Nullable PathReferencesService.Hit.Property
PathReferencesService.Hit. getProperty(@NotNull String propertyName)
Methods in com.composum.sling.core.service that return types with arguments of type PathReferencesService.Hit.Property Modifier and Type Method Description @NotNull Iterable<PathReferencesService.Hit.Property>
PathReferencesService.Hit. getProperties()
-
Uses of PathReferencesService.Hit.Property in com.composum.sling.core.service.impl
Classes in com.composum.sling.core.service.impl that implement PathReferencesService.Hit.Property Modifier and Type Class Description protected class
PathReferencesServiceImpl.HitIteratorImpl.IteratorHit.HitProperty
Methods in com.composum.sling.core.service.impl that return PathReferencesService.Hit.Property Modifier and Type Method Description @Nullable PathReferencesService.Hit.Property
PathReferencesServiceImpl.HitIteratorImpl.IteratorHit. getProperty()
@Nullable PathReferencesService.Hit.Property
PathReferencesServiceImpl.HitIteratorImpl.IteratorHit. getProperty(@NotNull String propertyName)
Methods in com.composum.sling.core.service.impl that return types with arguments of type PathReferencesService.Hit.Property Modifier and Type Method Description @NotNull Iterable<PathReferencesService.Hit.Property>
PathReferencesServiceImpl.HitIteratorImpl.IteratorHit. getProperties()
protected @NotNull Map<String,PathReferencesService.Hit.Property>
PathReferencesServiceImpl.HitIteratorImpl.IteratorHit. getPropertyMap()
-