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 Deprecated Methods Modifier and Type Method Description CompletionStage<Optional<ContentTemplate>>fetchCompletionStage()com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>>fetchMany(PageRequest request)Deprecated.since 7.0.1.CompletionStage<PageResponse<ContentTemplate>>fetchManyCompletionStage(PageRequest request)com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<ContentTemplate>>fetchOne()Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<ContentTemplate>fetchOneOrNull()Deprecated.since 7.0.1.CompletionStage<ContentTemplate>fetchOrNullCompletionStage()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, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postFuture, postFuture, postFuture, postFutureToPageResponse, 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.RemoteSingleFetcher
fetch, fetchOrNull
-
-
-
-
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
-
fetchMany
@Deprecated public com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> fetchMany(PageRequest request)
Deprecated.since 7.0.1. UsefetchManyCompletionStage(PageRequest)instead.- Specified by:
fetchManyin interfaceRemoteContentTemplateService.RemoteTemplateFetcher- Specified by:
fetchManyin interfaceRemoteManyFetcher<ContentTemplate>
-
fetchManyCompletionStage
public CompletionStage<PageResponse<ContentTemplate>> fetchManyCompletionStage(PageRequest request)
- Specified by:
fetchManyCompletionStagein interfaceRemoteManyFetcher<ContentTemplate>
-
fetchOne
@Deprecated public com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<ContentTemplate>> fetchOne()
Deprecated.since 7.0.1. UsefetchCompletionStage()instead.- Specified by:
fetchOnein interfaceRemoteSingleFetcher<ContentTemplate>
-
fetchOneOrNull
@Deprecated public com.atlassian.util.concurrent.Promise<ContentTemplate> fetchOneOrNull()
Deprecated.since 7.0.1. UsefetchOrNullCompletionStage()instead.- Specified by:
fetchOneOrNullin interfaceRemoteSingleFetcher<ContentTemplate>
-
fetchCompletionStage
public CompletionStage<Optional<ContentTemplate>> fetchCompletionStage()
- Specified by:
fetchCompletionStagein interfaceRemoteSingleFetcher<ContentTemplate>
-
fetchOrNullCompletionStage
public CompletionStage<ContentTemplate> fetchOrNullCompletionStage()
- Specified by:
fetchOrNullCompletionStagein interfaceRemoteSingleFetcher<ContentTemplate>
-
-