public static interface ContentService.ContentFetcher extends ContentService.SingleContentFetcher
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
fetchMany(ContentType type,
PageRequest request) |
Map<ContentType,PageResponse<Content>> |
fetchMappedByContentType(PageRequest request) |
fetchOne, fetchOneOrNull
PageResponse<Content> fetchMany(ContentType type, PageRequest request) throws ServiceException
ServiceException
Map<ContentType,PageResponse<Content>> fetchMappedByContentType(PageRequest request) throws ServiceException
ServiceException
Copyright © 2003–2018 Atlassian. All rights reserved.