Class RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl
- java.lang.Object
-
- com.atlassian.confluence.rest.client.AbstractRemoteService<ContentTemplateService.TemplateFinder>
-
- com.atlassian.confluence.rest.client.impl.RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl
-
- All Implemented Interfaces:
RemoteContentTemplateService.RemoteParameterTemplateFinder,RemoteContentTemplateService.RemoteSingleTemplateFetcher,RemoteContentTemplateService.RemoteTemplateFetcher,RemoteContentTemplateService.RemoteTemplateFinder,RemoteManyFetcher<ContentTemplate>,RemoteSingleFetcher<ContentTemplate>
- Enclosing class:
- RemoteContentTemplateServiceImpl
public class RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl extends AbstractRemoteService<ContentTemplateService.TemplateFinder> implements RemoteContentTemplateService.RemoteTemplateFinder
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Optional<ContentTemplate>>fetchCompletionStage()CompletionStage<PageResponse<ContentTemplate>>fetchManyCompletionStage(PageRequest request)RemoteContentTemplateService.RemoteSingleTemplateFetcherwithId(ContentTemplateId contentTemplateId)RemoteContentTemplateService.RemoteParameterTemplateFinderwithSpace(Space space)-
Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, deleteFuture, deleteFuture, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFutureOptional, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postFuture, postFuture, postFuture, postFutureToPageResponse, postVoidCompletionStage, putCompletionStage, putFuture
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteManyFetcher
fetchMany
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
-
-
-
-
Method Detail
-
withId
public RemoteContentTemplateService.RemoteSingleTemplateFetcher withId(ContentTemplateId contentTemplateId)
- Specified by:
withIdin interfaceRemoteContentTemplateService.RemoteTemplateFinder
-
withSpace
public RemoteContentTemplateService.RemoteParameterTemplateFinder withSpace(Space space)
- Specified by:
withSpacein interfaceRemoteContentTemplateService.RemoteParameterTemplateFinder
-
fetchManyCompletionStage
public CompletionStage<PageResponse<ContentTemplate>> fetchManyCompletionStage(PageRequest request)
- Specified by:
fetchManyCompletionStagein interfaceRemoteContentTemplateService.RemoteTemplateFetcher- Specified by:
fetchManyCompletionStagein interfaceRemoteManyFetcher<ContentTemplate>
-
fetchCompletionStage
public CompletionStage<Optional<ContentTemplate>> fetchCompletionStage()
- Specified by:
fetchCompletionStagein interfaceRemoteSingleFetcher<ContentTemplate>
-
-