Uses of Interface
io.wcm.sling.commons.caservice.ContextAwareServiceCollectionResolver
-
Packages that use ContextAwareServiceCollectionResolver Package Description io.wcm.sling.commons.caservice Context-Aware services. -
-
Uses of ContextAwareServiceCollectionResolver in io.wcm.sling.commons.caservice
Methods in io.wcm.sling.commons.caservice that return ContextAwareServiceCollectionResolver Modifier and Type Method Description <S extends ContextAwareService>
@NotNull ContextAwareServiceCollectionResolver<S,java.lang.Void>ContextAwareServiceResolver. getCollectionResolver(@NotNull java.util.Collection<org.osgi.framework.ServiceReference<S>> serviceReferenceCollection)Gets aContextAwareServiceCollectionResolverwhich operates on a given collection of service references of the required service.<S extends ContextAwareService,D>
@NotNull ContextAwareServiceCollectionResolver<S,D>ContextAwareServiceResolver. getCollectionResolver(@NotNull java.util.Collection<org.osgi.framework.ServiceReference<S>> serviceReferenceCollection, @NotNull java.util.function.BiFunction<@NotNull org.osgi.framework.ServiceReference<S>,@Nullable S,@Nullable D> decorator)Gets aContextAwareServiceCollectionResolverwhich operates on a given collection of service references of the required service.
-