public interface EquivalentsResolver<E extends Equivalent<E>>
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<ResolvedEquivalents<E>> |
resolveIds(Iterable<Id> ids,
Set<org.atlasapi.media.entity.Publisher> selectedSources,
Set<Annotation> activeAnnotations)
Resolves the equivalent sets of content for a given set of source URIs.
|
com.google.common.util.concurrent.ListenableFuture<ResolvedEquivalents<E>> resolveIds(Iterable<Id> ids, Set<org.atlasapi.media.entity.Publisher> selectedSources, Set<Annotation> activeAnnotations)
ids - - requested numeric keys of equivalent content.selectedSources - - sources of the equivalent set to resolve.activeAnnotations - - components of the model to resolve.Copyright © 2014. All rights reserved.