|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface RemoteChildContentService.RemoteChildContentFinder
| Method Summary | |
|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
fetchMany(ContentType type,
PageRequest request)
Retrieve a paged list of content of the given type contained in this parent |
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> |
fetchMappedByType(PageRequest request)
Retrieve the content contained in this parent. |
RemoteChildContentService.RemoteChildContentFinder |
withDepth(Depth depth)
Set the depth to retrieve content on the ChildContentFinder |
RemoteChildContentService.RemoteChildContentFinder |
withLocation(Collection<String> location)
Set the location(s) to retrieve the content from |
RemoteChildContentService.RemoteChildContentFinder |
withParentVersion(int versionNumber)
Specifies the which version of the parent content to use when looking for children. |
| Method Detail |
|---|
com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>> fetchMappedByType(PageRequest request)
The pageRequest limit is restricted to a maximum page size.
com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(ContentType type,
PageRequest request)
type - - the type of content to retrieverequest - - a page request indicating the start and limit of items to return
RemoteChildContentService.RemoteChildContentFinder withDepth(Depth depth)
depth - - the depth in the page hierarchy of Content descendants to retrieve
RemoteChildContentService.RemoteChildContentFinder withParentVersion(int versionNumber)
versionNumber - - the version of the parent content to use
BadRequestException - if the version is not validRemoteChildContentService.RemoteChildContentFinder withLocation(Collection<String> location)
location -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||