Interface ContentService.SingleContentFetcher
-
- All Superinterfaces:
SingleFetcher<Content>
- All Known Subinterfaces:
ContentService.ContentFetcher
,ContentService.ContentFinder
,ContentService.ParameterContentFinder
- All Known Implementing Classes:
NoopContentFinder
- Enclosing interface:
- ContentService
public static interface ContentService.SingleContentFetcher extends SingleFetcher<Content>
-
-
Method Summary
-
Methods inherited from interface com.atlassian.confluence.api.service.finder.SingleFetcher
fetch, fetchOne, fetchOneOrNull, fetchOrNull
-
-