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, putFuturepublic RemoteContentTemplateService.RemoteSingleTemplateFetcher withId(ContentTemplateId contentTemplateId)
withId in interface RemoteContentTemplateService.RemoteTemplateFinderpublic RemoteContentTemplateService.RemoteParameterTemplateFinder withSpace(Space space)
withSpace in interface RemoteContentTemplateService.RemoteParameterTemplateFinderpublic com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> fetchMany(PageRequest request)
fetchMany in interface RemoteContentTemplateService.RemoteTemplateFetcherpublic com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<ContentTemplate>> fetchOne()
fetchOne in interface RemoteContentTemplateService.RemoteSingleTemplateFetcherpublic com.atlassian.util.concurrent.Promise<ContentTemplate> fetchOneOrNull()
fetchOneOrNull in interface RemoteContentTemplateService.RemoteSingleTemplateFetcherCopyright © 2003–2016 Atlassian. All rights reserved.