Interface RemoteContentTemplateService.RemoteParameterTemplateFinder
- 
- All Superinterfaces:
 RemoteContentTemplateService.RemoteSingleTemplateFetcher,RemoteContentTemplateService.RemoteTemplateFetcher,RemoteManyFetcher<ContentTemplate>,RemoteSingleFetcher<ContentTemplate>
- All Known Subinterfaces:
 RemoteContentTemplateService.RemoteTemplateFinder
- All Known Implementing Classes:
 RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl
- Enclosing interface:
 - RemoteContentTemplateService
 
public static interface RemoteContentTemplateService.RemoteParameterTemplateFinder extends RemoteContentTemplateService.RemoteTemplateFetcher
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteContentTemplateService.RemoteParameterTemplateFinderwithSpace(Space space)- 
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
- 
withSpace
RemoteContentTemplateService.RemoteParameterTemplateFinder withSpace(Space space)
 
 - 
 
 -