Interface RemoteContentTemplateService.RemoteTemplateFetcher
-
- All Superinterfaces:
RemoteContentTemplateService.RemoteSingleTemplateFetcher,RemoteManyFetcher<ContentTemplate>,RemoteSingleFetcher<ContentTemplate>
- All Known Subinterfaces:
RemoteContentTemplateService.RemoteParameterTemplateFinder,RemoteContentTemplateService.RemoteTemplateFinder
- All Known Implementing Classes:
RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl
- Enclosing interface:
- RemoteContentTemplateService
public static interface RemoteContentTemplateService.RemoteTemplateFetcher extends RemoteContentTemplateService.RemoteSingleTemplateFetcher, RemoteManyFetcher<ContentTemplate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<PageResponse<ContentTemplate>>fetchManyCompletionStage(PageRequest request)-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteManyFetcher
fetchMany
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
-
-
-
-
Method Detail
-
fetchManyCompletionStage
CompletionStage<PageResponse<ContentTemplate>> fetchManyCompletionStage(PageRequest request)
- Specified by:
fetchManyCompletionStagein interfaceRemoteManyFetcher<ContentTemplate>
-
-