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.PropertyPathReferencesService.Hit. getProperty()@Nullable PathReferencesService.Hit.PropertyPathReferencesService.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 classPathReferencesServiceImpl.HitIteratorImpl.IteratorHit.HitPropertyMethods in com.composum.sling.core.service.impl that return PathReferencesService.Hit.Property Modifier and Type Method Description @Nullable PathReferencesService.Hit.PropertyPathReferencesServiceImpl.HitIteratorImpl.IteratorHit. getProperty()@Nullable PathReferencesService.Hit.PropertyPathReferencesServiceImpl.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()
-