public interface SpaceCollectionService
| Modifier and Type | Method and Description |
|---|---|
Map<String,SpaceResultsEntity> |
getSpaces(List<String> promotedSpaceKeys,
int promotedSpacesLimit,
int otherSpacesLimit,
String spacePermission) |
Map<String,SpaceResultsEntity> getSpaces(List<String> promotedSpaceKeys, int promotedSpacesLimit, int otherSpacesLimit, String spacePermission)
promotedSpaceKeys - list of space keys to retrieve, nullablepromotedSpacesLimit - limit number to return for promoted spacesotherSpacesLimit - limit number to return for other spacesspacePermission - Space permission as stated in com.atlassian.confluence.security.SpacePermissionCopyright © 2017 Atlassian. All rights reserved.