com.atlassian.confluence.rest.client
Interface RemoteSpaceService.RemoteSpaceFinder

All Superinterfaces:
RemoteSpaceService.RemoteSpaceSingleFetcher
All Known Implementing Classes:
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
Enclosing interface:
RemoteSpaceService

public static interface RemoteSpaceService.RemoteSpaceFinder
extends RemoteSpaceService.RemoteSpaceSingleFetcher


Method Summary
 com.atlassian.util.concurrent.Promise<PageResponse<Space>> fetchMany(PageRequest request)
           
 RemoteSpaceService.RemoteSpaceFinder withKeys(java.lang.String... keys)
           
 
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSpaceService.RemoteSpaceSingleFetcher
fetchOne
 

Method Detail

withKeys

RemoteSpaceService.RemoteSpaceFinder withKeys(java.lang.String... keys)

fetchMany

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.