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 com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>>
fetchMany(PageRequest request)
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteManyFetcher
fetchManyCompletionStage
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
-
-
-
-
Method Detail
-
fetchMany
com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> fetchMany(PageRequest request)
- Specified by:
fetchMany
in interfaceRemoteManyFetcher<ContentTemplate>
-
-