| Package | Description | 
|---|---|
| com.atlassian.confluence.internal.spaces | Confluence internal classes related to spaces. | 
| com.atlassian.confluence.spaces | 
| Modifier and Type | Method and Description | 
|---|---|
| PageResponse<Space> | SpaceManagerInternal. getSpaces(SpacesQuery query,
         LimitedRequest limitedRequest,
         com.google.common.base.Predicate<? super Space>... filter)get a paginated list of spaces that match the spaceQuery, filtered by the given predicate | 
| static SpacesQueryWithPermissionQueryBuilder | SpacesQueryWithPermissionQueryBuilder. spacesQueryWithoutPermissionCheck(SpacesQuery spacesQuery) | 
| static SpacesQueryWithPermissionQueryBuilder | SpacesQueryWithPermissionQueryBuilder. spacesQueryWithPermissionCheck(SpacesQuery spacesQuery,
                              SpacePermissionQueryBuilder permissionClauseBuilder) | 
| com.atlassian.fugue.Either<AccessDenied,SpacesQueryWithPermissionQueryBuilder> | SpaceManagerInternal. toSpacesQueryWithPermissionQueryBuilder(SpacesQuery spacesQuery)
 Converts a  SpacesQueryinto a decorated formSpacesQueryWithPermissionQueryBuilderthat includes
 information about how database queries should be built for the space permissions table. | 
| Modifier and Type | Method and Description | 
|---|---|
| SpacesQuery | SpacesQuery.Builder. build() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Space> | SpaceManager. getAllSpaces(SpacesQuery query)Get a list of spaces specified by the  SpacesQuery. | 
| List<Space> | DefaultSpaceManager. getAllSpaces(SpacesQuery query) | 
| ListBuilder<Space> | SpaceManager. getSpaces(SpacesQuery query)Get a list of spaces specified by the  SpacesQuerylimited by the offset and maxResults. | 
| ListBuilder<Space> | DefaultSpaceManager. getSpaces(SpacesQuery query) | 
| PageResponse<Space> | DefaultSpaceManager. getSpaces(SpacesQuery query,
         LimitedRequest limitedRequest,
         com.google.common.base.Predicate<? super Space>... filter) | 
| com.atlassian.fugue.Either<AccessDenied,SpacesQueryWithPermissionQueryBuilder> | DefaultSpaceManager. toSpacesQueryWithPermissionQueryBuilder(SpacesQuery spacesQuery) | 
Copyright © 2003–2017 Atlassian. All rights reserved.