| Package | Description |
|---|---|
| org.atlasapi.annotation | |
| org.atlasapi.equiv |
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
Annotation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotation[] |
Annotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableSet<Annotation> |
Annotation.all() |
static com.google.common.base.Optional<Annotation> |
Annotation.fromKey(String key) |
static Map<String,com.google.common.base.Optional<Annotation>> |
Annotation.lookup() |
static com.google.common.collect.ImmutableSet<Annotation> |
Annotation.standard() |
static com.google.common.base.Function<Annotation,String> |
Annotation.toKeyFunction() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<ResolvedEquivalents<E>> |
MergingEquivalentsResolver.resolveIds(Iterable<Id> ids,
ApplicationSources sources,
Set<Annotation> activeAnnotations) |
com.google.common.util.concurrent.ListenableFuture<ResolvedEquivalents<E>> |
DefaultMergingEquivalentsResolver.resolveIds(Iterable<Id> ids,
ApplicationSources sources,
Set<Annotation> activeAnnotations) |
com.google.common.util.concurrent.ListenableFuture<ResolvedEquivalents<E>> |
IdResolverBackedEquivalentResolver.resolveIds(Iterable<Id> ids,
Set<org.atlasapi.media.entity.Publisher> selectedSources,
Set<Annotation> activeAnnotations) |
com.google.common.util.concurrent.ListenableFuture<ResolvedEquivalents<E>> |
EquivalentsResolver.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.
|
Copyright © 2014. All rights reserved.