Interface RemoteContentService.RemoteContentFetcher
- All Superinterfaces:
RemoteContentService.RemoteSingleContentFetcher
,RemoteSingleFetcher<Content>
- All Known Subinterfaces:
RemoteContentService.RemoteContentFinder
,RemoteContentService.RemoteParameterContentFinder
- All Known Implementing Classes:
AbstractRemoteContentService.AbstractRemoteContentFinder
,GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl
,RemoteContentServiceImpl.RemoteContentFinderImpl
- Enclosing interface:
- RemoteContentService
public static interface RemoteContentService.RemoteContentFetcher
extends RemoteContentService.RemoteSingleContentFetcher
-
Method Summary
Modifier and TypeMethodDescriptionfetchManyCompletionStage
(ContentType type, PageRequest request) Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchCompletionStage, fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Method Details
-
fetchManyCompletionStage
CompletionStage<PageResponse<Content>> fetchManyCompletionStage(ContentType type, PageRequest request) - Since:
- 9.0
-
fetchMappedByContentTypeCompletionStage
CompletionStage<Map<ContentType,PageResponse<Content>>> fetchMappedByContentTypeCompletionStage(PageRequest request) - Since:
- 9.0
-