|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@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.
| Nested Class Summary | |
|---|---|
static interface |
RemoteSpaceService.RemoteSpaceContentFinder
|
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
java.util.concurrent.Future<com.atlassian.fugue.Option<Space>> getSpace(java.lang.String spaceKey,
Expansion... expansions)
spaceKey - - the space key of the space
java.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 space
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||