public interface RemoteSpaceService<T>
SpaceService implementation that communicates with Confluence remotely using the Confluence REST api.
Provides future returning equivalents for the methods in SpaceService.| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<PageResponse<Content>> |
getContent(Space space,
PageRequest pageRequest,
Expansion... expansion)
Retrieve the top level content contained in this space.
|
java.util.concurrent.Future<com.atlassian.fugue.Option<Space>> |
getSpace(java.lang.String spaceKey,
Expansion... expansions)
Retrieve a space with the given spacekey.
|
java.util.concurrent.Future<com.atlassian.fugue.Option<Space>> getSpace(java.lang.String spaceKey, Expansion... expansions)
spaceKey - - the space key of the spacejava.util.concurrent.Future<PageResponse<Content>> getContent(Space space, PageRequest pageRequest, Expansion... expansion)
The pageRequest limit is restricted to a maximum page size.
space - - the space to retrieve the content forpageRequest - - a pageRequest indicating how much content to retrieve.Copyright © 2003-2013 Atlassian. All Rights Reserved.