public class RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl extends AbstractRemoteService<ContentTemplateService.TemplateFinder> implements RemoteContentTemplateService.RemoteTemplateFinder
provider| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Optional<ContentTemplate>> |
fetchCompletionStage() |
com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
fetchMany(PageRequest request)
Deprecated.
since 7.0.1. Use
fetchManyCompletionStage(PageRequest) instead. |
CompletionStage<PageResponse<ContentTemplate>> |
fetchManyCompletionStage(PageRequest request) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<ContentTemplate>> |
fetchOne()
Deprecated.
since 7.0.1. Use
fetchCompletionStage() instead. |
com.atlassian.util.concurrent.Promise<ContentTemplate> |
fetchOneOrNull()
Deprecated.
since 7.0.1. Use
fetchOrNullCompletionStage() instead. |
CompletionStage<ContentTemplate> |
fetchOrNullCompletionStage() |
RemoteContentTemplateService.RemoteSingleTemplateFetcher |
withId(ContentTemplateId contentTemplateId) |
RemoteContentTemplateService.RemoteParameterTemplateFinder |
withSpace(Space space) |
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, putFutureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetch, fetchOrNullpublic RemoteContentTemplateService.RemoteSingleTemplateFetcher withId(ContentTemplateId contentTemplateId)
withId in interface RemoteContentTemplateService.RemoteTemplateFinderpublic RemoteContentTemplateService.RemoteParameterTemplateFinder withSpace(Space space)
withSpace in interface RemoteContentTemplateService.RemoteParameterTemplateFinder@Deprecated public com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> fetchMany(PageRequest request)
fetchManyCompletionStage(PageRequest) instead.fetchMany in interface RemoteContentTemplateService.RemoteTemplateFetcherfetchMany in interface RemoteManyFetcher<ContentTemplate>public CompletionStage<PageResponse<ContentTemplate>> fetchManyCompletionStage(PageRequest request)
fetchManyCompletionStage in interface RemoteManyFetcher<ContentTemplate>@Deprecated public com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<ContentTemplate>> fetchOne()
fetchCompletionStage() instead.fetchOne in interface RemoteSingleFetcher<ContentTemplate>@Deprecated public com.atlassian.util.concurrent.Promise<ContentTemplate> fetchOneOrNull()
fetchOrNullCompletionStage() instead.fetchOneOrNull in interface RemoteSingleFetcher<ContentTemplate>public CompletionStage<Optional<ContentTemplate>> fetchCompletionStage()
fetchCompletionStage in interface RemoteSingleFetcher<ContentTemplate>public CompletionStage<ContentTemplate> fetchOrNullCompletionStage()
fetchOrNullCompletionStage in interface RemoteSingleFetcher<ContentTemplate>Copyright © 2003–2021 Atlassian. All rights reserved.