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

All Known Subinterfaces:
RemoteSpaceService.RemoteSpaceFinder
All Known Implementing Classes:
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl
Enclosing interface:
RemoteSpaceService

public static interface RemoteSpaceService.RemoteSpaceSingleFetcher


Method Summary
 com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> fetchOne()
           
 com.atlassian.util.concurrent.Promise<Space> fetchOneOrNull()
           
 

Method Detail

fetchOne

com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> fetchOne()

fetchOneOrNull

com.atlassian.util.concurrent.Promise<Space> fetchOneOrNull()


Copyright © 2003–2015 Atlassian. All rights reserved.