@ExperimentalApi
public interface RemoteSpaceService
SpaceService implementation that communicates with Confluence remotely using the Confluence REST api.
Provides future returning equivalents for the methods in SpaceService.| Modifier and Type | Interface and Description |
|---|---|
static interface |
RemoteSpaceService.RemoteSpaceContentFinder |
| Modifier and Type | Method and Description |
|---|---|
RemoteSpaceService.RemoteSpaceContentFinder |
findContent(Space space,
Expansion... expansion)
Create a finder to find content in the given space.
|
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.RemoteSpaceService.RemoteSpaceContentFinder findContent(Space space, Expansion... expansion)
space - - the space to fetch content forexpansion - - the expansions to apply to the content in this spaceCopyright © 2003-2014 Atlassian. All Rights Reserved.