public class RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl extends AbstractRemoteService<ContentTemplateService.TemplateFinder> implements RemoteContentTemplateService.RemoteTemplateFinder
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<ContentTemplate>> |
fetchOne() |
com.atlassian.util.concurrent.Promise<ContentTemplate> |
fetchOneOrNull() |
RemoteContentTemplateService.RemoteSingleTemplateFetcher |
withId(ContentTemplateId contentTemplateId) |
RemoteContentTemplateService.RemoteParameterTemplateFinder |
withSpace(Space space) |
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuture
public RemoteContentTemplateService.RemoteSingleTemplateFetcher withId(ContentTemplateId contentTemplateId)
withId
in interface RemoteContentTemplateService.RemoteTemplateFinder
public RemoteContentTemplateService.RemoteParameterTemplateFinder withSpace(Space space)
withSpace
in interface RemoteContentTemplateService.RemoteParameterTemplateFinder
public com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> fetchMany(PageRequest request)
fetchMany
in interface RemoteContentTemplateService.RemoteTemplateFetcher
public com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<ContentTemplate>> fetchOne()
fetchOne
in interface RemoteContentTemplateService.RemoteSingleTemplateFetcher
public com.atlassian.util.concurrent.Promise<ContentTemplate> fetchOneOrNull()
fetchOneOrNull
in interface RemoteContentTemplateService.RemoteSingleTemplateFetcher
Copyright © 2003–2018 Atlassian. All rights reserved.