Package | Description |
---|---|
com.atlassian.confluence.internal.relations.query | |
com.atlassian.confluence.internal.spaces |
Confluence internal classes related to spaces.
|
com.atlassian.confluence.spaces |
Modifier and Type | Method and Description |
---|---|
Set<SpaceStatus> |
RelationQuery.getSpaceStatusesFilter() |
Modifier and Type | Method and Description |
---|---|
RelationQuery.Builder |
RelationQuery.Builder.spaceStatusesFilter(Set<SpaceStatus> spaceStatusesFilter) |
Modifier and Type | Method and Description |
---|---|
Set<SpaceStatus> |
SpacesQueryWithPermissionQueryBuilder.getSpaceStatuses() |
Modifier and Type | Method and Description |
---|---|
SpaceStatus |
Space.getSpaceStatus() |
static SpaceStatus |
SpaceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceStatus[] |
SpaceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<SpaceStatus> |
SpacesQuery.getSpaceStatuses() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
SpaceManager.getAllSpaceKeys(SpaceStatus status)
Get the space keys of all spaces with the given status.
|
Collection<String> |
DefaultSpaceManager.getAllSpaceKeys(SpaceStatus status) |
void |
Space.setSpaceStatus(SpaceStatus spaceStatus) |
SpacesQuery.Builder |
SpacesQuery.Builder.withSpaceStatus(SpaceStatus status) |
Copyright © 2003–2018 Atlassian. All rights reserved.