| Package | Description |
|---|---|
| org.atlasapi.content | |
| org.atlasapi.equivalence | |
| org.atlasapi.messaging | |
| org.atlasapi.topic |
| Modifier and Type | Class and Description |
|---|---|
class |
BrandRef |
class |
ClipRef |
class |
ContainerRef |
class |
ContentRef |
class |
EpisodeRef |
class |
FilmRef |
class |
ItemRef |
class |
SeriesRef |
class |
SongRef |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEquivalentContentStore.updateContent(ResourceRef ref) |
void |
EquivalentContentStore.updateContent(ResourceRef ref) |
| Modifier and Type | Method and Description |
|---|---|
ResourceRef |
EquivalenceGraph.Adjacents.getRef() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Sets.SetView<ResourceRef> |
EquivalenceGraph.Adjacents.getAdjacent() |
com.google.common.collect.ImmutableSet<ResourceRef> |
EquivalenceGraph.Adjacents.getAfferent() |
com.google.common.collect.ImmutableSet<ResourceRef> |
EquivalenceGraph.Adjacents.getEfferent() |
com.google.common.collect.Sets.SetView<ResourceRef> |
EquivalenceGraph.Adjacents.getStrongAdjacent() |
| Modifier and Type | Method and Description |
|---|---|
EquivalenceGraph.Adjacents |
EquivalenceGraph.Adjacents.copyWithAfferent(ResourceRef ref) |
EquivalenceGraph.Adjacents |
EquivalenceGraph.Adjacents.copyWithEfferent(ResourceRef ref) |
EquivalenceGraph.Adjacents |
EquivalenceGraph.Adjacents.copyWithoutAfferent(ResourceRef ref) |
boolean |
EquivalenceGraph.Adjacents.hasAfferentAdjacent(ResourceRef ref) |
boolean |
EquivalenceGraph.Adjacents.hasEfferentAdjacent(ResourceRef ref) |
com.google.common.base.Optional<EquivalenceGraphUpdate> |
EquivalenceGraphStore.updateEquivalences(ResourceRef subject,
Set<ResourceRef> assertedAdjacents,
Set<org.atlasapi.media.entity.Publisher> sources)
Record a subject as equivalent to a set of other resources.
|
com.google.common.base.Optional<EquivalenceGraphUpdate> |
AbstractEquivalenceGraphStore.updateEquivalences(ResourceRef subject,
Set<ResourceRef> assertedAdjacents,
Set<org.atlasapi.media.entity.Publisher> sources) |
static EquivalenceGraph |
EquivalenceGraph.valueOf(ResourceRef subj) |
static EquivalenceGraph.Adjacents |
EquivalenceGraph.Adjacents.valueOf(ResourceRef subject) |
| Modifier and Type | Method and Description |
|---|---|
EquivalenceGraph.Adjacents |
EquivalenceGraph.Adjacents.copyWithEfferents(Iterable<ResourceRef> refs) |
com.google.common.base.Optional<EquivalenceGraphUpdate> |
EquivalenceGraphStore.updateEquivalences(ResourceRef subject,
Set<ResourceRef> assertedAdjacents,
Set<org.atlasapi.media.entity.Publisher> sources)
Record a subject as equivalent to a set of other resources.
|
com.google.common.base.Optional<EquivalenceGraphUpdate> |
AbstractEquivalenceGraphStore.updateEquivalences(ResourceRef subject,
Set<ResourceRef> assertedAdjacents,
Set<org.atlasapi.media.entity.Publisher> sources) |
| Constructor and Description |
|---|
EquivalenceGraph.Adjacents(ResourceRef subject,
org.joda.time.DateTime created,
Set<ResourceRef> efferent,
Set<ResourceRef> afferent) |
| Constructor and Description |
|---|
EquivalenceGraph.Adjacents(ResourceRef subject,
org.joda.time.DateTime created,
Set<ResourceRef> efferent,
Set<ResourceRef> afferent) |
EquivalenceGraph.Adjacents(ResourceRef subject,
org.joda.time.DateTime created,
Set<ResourceRef> efferent,
Set<ResourceRef> afferent) |
| Modifier and Type | Method and Description |
|---|---|
ResourceRef |
EquivalenceAssertionMessage.getSubject() |
ResourceRef |
ResourceUpdatedMessage.getUpdatedResource() |
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceRef> |
EquivalenceAssertionMessage.getAssertedAdjacents() |
| Constructor and Description |
|---|
AdjacentsConfiguration(ResourceRef subject,
org.joda.time.DateTime created,
Set<ResourceRef> efferent,
Set<ResourceRef> afferent) |
EquivalenceAssertionMessage(String messageId,
com.metabroadcast.common.time.Timestamp timestamp,
ResourceRef subject,
Set<ResourceRef> assertedAdjacents,
Set<org.atlasapi.media.entity.Publisher> publishers) |
ResourceUpdatedMessage(String messageId,
com.metabroadcast.common.time.Timestamp timestamp,
ResourceRef updatedResource) |
| Constructor and Description |
|---|
AdjacentsConfiguration(ResourceRef subject,
org.joda.time.DateTime created,
Set<ResourceRef> efferent,
Set<ResourceRef> afferent) |
AdjacentsConfiguration(ResourceRef subject,
org.joda.time.DateTime created,
Set<ResourceRef> efferent,
Set<ResourceRef> afferent) |
EquivalenceAssertionMessage(String messageId,
com.metabroadcast.common.time.Timestamp timestamp,
ResourceRef subject,
Set<ResourceRef> assertedAdjacents,
Set<org.atlasapi.media.entity.Publisher> publishers) |
| Modifier and Type | Class and Description |
|---|---|
class |
TopicRef |
Copyright © 2014. All rights reserved.