Interface ContentService.ContentFetcher

All Superinterfaces:
ContentService.SingleContentFetcher, SingleFetcher<Content>
All Known Subinterfaces:
ContentService.ContentFinder, ContentService.ParameterContentFinder
All Known Implementing Classes:
AbstractContentFinder, ContentFinderImpl, NoopContentFinder
Enclosing interface:
ContentService

public static interface ContentService.ContentFetcher extends ContentService.SingleContentFetcher
A content fetcher that also allows fetching many, this exists as a separate interface to allow the type system to only offer fetchMany methods when appropriate.