Interface RemoteContentTemplateService.RemoteTemplateFinder
- 
- All Superinterfaces:
 RemoteContentTemplateService.RemoteParameterTemplateFinder,RemoteContentTemplateService.RemoteSingleTemplateFetcher,RemoteContentTemplateService.RemoteTemplateFetcher,RemoteManyFetcher<ContentTemplate>,RemoteSingleFetcher<ContentTemplate>
- All Known Implementing Classes:
 RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl
- Enclosing interface:
 - RemoteContentTemplateService
 
public static interface RemoteContentTemplateService.RemoteTemplateFinder extends RemoteContentTemplateService.RemoteParameterTemplateFinder
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteContentTemplateService.RemoteSingleTemplateFetcherwithId(ContentTemplateId contentTemplateId)- 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentTemplateService.RemoteParameterTemplateFinder
withSpace 
- 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentTemplateService.RemoteTemplateFetcher
fetchManyCompletionStage 
- 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteManyFetcher
fetchMany 
- 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage 
 - 
 
 - 
 
- 
- 
Method Detail
- 
withId
RemoteContentTemplateService.RemoteSingleTemplateFetcher withId(ContentTemplateId contentTemplateId)
 
 - 
 
 -