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.RemoteSingleTemplateFetcher
withId(ContentTemplateId contentTemplateId)
RemoteContentTemplateService.RemoteParameterTemplateFinder
withSpace(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:
withId
in interfaceRemoteContentTemplateService.RemoteTemplateFinder
-
withSpace
public RemoteContentTemplateService.RemoteParameterTemplateFinder withSpace(Space space)
- Specified by:
withSpace
in 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:
fetchMany
in interfaceRemoteContentTemplateService.RemoteTemplateFetcher
- Specified by:
fetchMany
in interfaceRemoteManyFetcher<ContentTemplate>
-
fetchManyCompletionStage
public CompletionStage<PageResponse<ContentTemplate>> fetchManyCompletionStage(PageRequest request)
- Specified by:
fetchManyCompletionStage
in 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:
fetchOne
in interfaceRemoteSingleFetcher<ContentTemplate>
-
fetchOneOrNull
@Deprecated public com.atlassian.util.concurrent.Promise<ContentTemplate> fetchOneOrNull()
Deprecated.since 7.0.1. UsefetchOrNullCompletionStage()
instead.- Specified by:
fetchOneOrNull
in interfaceRemoteSingleFetcher<ContentTemplate>
-
fetchCompletionStage
public CompletionStage<Optional<ContentTemplate>> fetchCompletionStage()
- Specified by:
fetchCompletionStage
in interfaceRemoteSingleFetcher<ContentTemplate>
-
fetchOrNullCompletionStage
public CompletionStage<ContentTemplate> fetchOrNullCompletionStage()
- Specified by:
fetchOrNullCompletionStage
in interfaceRemoteSingleFetcher<ContentTemplate>
-
-