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, getCompletionStageMapOfGenericListResponse, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Method Details
-
withId
public RemoteContentTemplateService.RemoteSingleTemplateFetcher withId(ContentTemplateId contentTemplateId) - Specified by:
withIdin interfaceRemoteContentTemplateService.RemoteTemplateFinder
-
withSpace
- Specified by:
withSpacein interfaceRemoteContentTemplateService.RemoteParameterTemplateFinder
-
fetchManyCompletionStage
- Specified by:
fetchManyCompletionStagein interfaceRemoteContentTemplateService.RemoteTemplateFetcher- Specified by:
fetchManyCompletionStagein interfaceRemoteManyFetcher<ContentTemplate>
-
fetchCompletionStage
- Specified by:
fetchCompletionStagein interfaceRemoteSingleFetcher<ContentTemplate>- See Also:
-