com.atlassian.confluence.rest.client
Interface RemoteContentService.RemoteContentFetcher

All Superinterfaces:
RemoteContentService.RemoteSingleContentFetcher
All Known Subinterfaces:
RemoteContentService.RemoteContentFinder, RemoteContentService.RemoteParameterContentFinder
All Known Implementing Classes:
RemoteContentServiceImpl.RemoteContentFinderImpl
Enclosing interface:
RemoteContentService

public static interface RemoteContentService.RemoteContentFetcher
extends RemoteContentService.RemoteSingleContentFetcher


Method Summary
 com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(ContentType type, PageRequest request)
           
 com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> fetchMappedByContentType(PageRequest request)
           
 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteSingleContentFetcher
fetchOne, fetchOneOrNull
 

Method Detail

fetchMany

com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(ContentType type,
                                                                       PageRequest request)

fetchMappedByContentType

com.atlassian.util.concurrent.Promise<java.util.Map<ContentType,PageResponse<Content>>> fetchMappedByContentType(PageRequest request)


Copyright © 2003-2014 Atlassian. All Rights Reserved.