public class RemoteSpaceServiceImpl.RemoteSpaceFinderImpl extends AbstractRemoteService<SpaceService.SpaceFinder> implements RemoteSpaceService.RemoteSpaceFinder
| Modifier | Constructor and Description |
|---|---|
protected |
RemoteSpaceFinderImpl(AbstractRemoteService other,
Expansion... expansions) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Space>> |
fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> |
fetchOne() |
com.atlassian.util.concurrent.Promise<Space> |
fetchOneOrNull() |
RemoteSpaceService.RemoteSpaceFinder |
withKeys(String... keys) |
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFutureprotected RemoteSpaceFinderImpl(AbstractRemoteService other, Expansion... expansions)
public RemoteSpaceService.RemoteSpaceFinder withKeys(String... keys)
withKeys in interface RemoteSpaceService.RemoteSpaceFinderpublic com.atlassian.util.concurrent.Promise<PageResponse<Space>> fetchMany(PageRequest request)
fetchMany in interface RemoteSpaceService.RemoteSpaceFinderpublic com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> fetchOne()
fetchOne in interface RemoteSpaceService.RemoteSpaceSingleFetcherpublic com.atlassian.util.concurrent.Promise<Space> fetchOneOrNull()
fetchOneOrNull in interface RemoteSpaceService.RemoteSpaceSingleFetcherCopyright © 2003–2015 Atlassian. All rights reserved.