com.atlassian.confluence.rest.client
Interface RemoteContentPropertyService.RemoteContentPropertyFetcher

All Superinterfaces:
RemoteContentPropertyService.RemoteSingleContentPropertyFetcher
All Known Subinterfaces:
RemoteContentPropertyService.RemoteContentPropertyFinder, RemoteContentPropertyService.RemoteParameterContentPropertyFinder
All Known Implementing Classes:
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
Enclosing interface:
RemoteContentPropertyService

public static interface RemoteContentPropertyService.RemoteContentPropertyFetcher
extends RemoteContentPropertyService.RemoteSingleContentPropertyFetcher


Method Summary
 com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>> fetchMany(PageRequest request)
           
 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentPropertyService.RemoteSingleContentPropertyFetcher
fetchOne, fetchOneOrNull
 

Method Detail

fetchMany

com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>> fetchMany(PageRequest request)


Copyright © 2003–2015 Atlassian. All rights reserved.