|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ExperimentalApi public interface SpaceService
Provides CRUD operations on Spaces.
| Method Summary | |
|---|---|
PageResponse<Content> |
getContent(Space space,
PageRequest pageRequest,
Expansion... expansion)
Retrieve the top level content contained in this space. |
com.atlassian.fugue.Option<Space> |
getSpace(java.lang.String spaceKey,
Expansion... expansions)
Retrieve a space with the given spacekey. |
| Method Detail |
|---|
com.atlassian.fugue.Option<Space> getSpace(java.lang.String spaceKey,
Expansion... expansions)
spaceKey - - the space key of the space
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||