| Package | Description |
|---|---|
| org.atlasapi.application | |
| org.atlasapi.application.users | |
| org.atlasapi.content | |
| org.atlasapi.entity | |
| org.atlasapi.entity.util | |
| org.atlasapi.topic |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Resolved<Application>> |
LegacyAdaptingApplicationStore.resolveIds(Iterable<Id> ids) |
com.google.common.util.concurrent.ListenableFuture<Resolved<Application>> |
CacheBackedApplicationStore.resolveIds(Iterable<Id> ids) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Resolved<User>> |
CacheBackedUserStore.resolveIds(Iterable<Id> ids) |
com.google.common.util.concurrent.ListenableFuture<Resolved<User>> |
LegacyAdaptingUserStore.resolveIds(Iterable<Id> ids) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Resolved<Content>> |
NullContentResolver.resolveIds(Iterable<Id> ids) |
com.google.common.util.concurrent.ListenableFuture<Resolved<Content>> |
ForwardingContentStore.resolveIds(Iterable<Id> ids) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Resolved<I>> |
IdResolver.resolveIds(Iterable<Id> ids) |
| Modifier and Type | Method and Description |
|---|---|
static <R extends Identifiable> |
Resolved.empty() |
static <R extends Identifiable> |
Resolved.valueOf(Iterable<R> resources) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Resolved<Topic>> |
ForwardingTopicStore.resolveIds(Iterable<Id> ids) |
Copyright © 2014. All rights reserved.