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)
Deprecated.
since 7.0.1. Use
fetchManyCompletionStage(ContentType, PageRequest) instead. |
CompletionStage<PageResponse<Content>> |
fetchManyCompletionStage(ContentType type,
PageRequest request) |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
fetchMappedByContentType(PageRequest request)
Deprecated.
since 7.0.1. Use
fetchMappedByContentTypeCompletionStage(PageRequest) instead. |
CompletionStage<Map<ContentType,PageResponse<Content>>> |
fetchMappedByContentTypeCompletionStage(PageRequest request) |
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
@Deprecated com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(ContentType type, PageRequest request)
fetchManyCompletionStage(ContentType, PageRequest)
instead.CompletionStage<PageResponse<Content>> fetchManyCompletionStage(ContentType type, PageRequest request)
@Deprecated com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> fetchMappedByContentType(PageRequest request)
fetchMappedByContentTypeCompletionStage(PageRequest)
instead.CompletionStage<Map<ContentType,PageResponse<Content>>> fetchMappedByContentTypeCompletionStage(PageRequest request)
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences