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
Modifier and TypeMethodDescriptionfetchManyCompletionStage
(PageRequest request) withId
(ContentTemplateId contentTemplateId) Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage
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
fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Method Details
-
withId
public RemoteContentTemplateService.RemoteSingleTemplateFetcher withId(ContentTemplateId contentTemplateId) - Specified by:
withId
in interfaceRemoteContentTemplateService.RemoteTemplateFinder
-
withSpace
- Specified by:
withSpace
in interfaceRemoteContentTemplateService.RemoteParameterTemplateFinder
-
fetchManyCompletionStage
- Specified by:
fetchManyCompletionStage
in interfaceRemoteContentTemplateService.RemoteTemplateFetcher
- Specified by:
fetchManyCompletionStage
in interfaceRemoteManyFetcher<ContentTemplate>
-
fetchCompletionStage
- Specified by:
fetchCompletionStage
in interfaceRemoteSingleFetcher<ContentTemplate>
- See Also:
-