public static interface RemoteContentService.RemoteContentFetcher extends RemoteContentService.RemoteSingleContentFetcher
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
fetchMany(ContentType type,
PageRequest request) |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
fetchMappedByContentType(PageRequest request) |
fetchOne, fetchOneOrNull
com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(ContentType type, PageRequest request)
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> fetchMappedByContentType(PageRequest request)
Copyright © 2003–2018 Atlassian. All rights reserved.