| 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 |
|---|---|
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 |
|---|---|
@NonNull Collection<String> |
SpaceManager.getAllSpaceKeys(SpaceStatus status)
Get the space keys of all spaces with the given status.
|
@NonNull Collection<String> |
DefaultSpaceManager.getAllSpaceKeys(SpaceStatus status) |
void |
Space.setSpaceStatus(SpaceStatus spaceStatus) |
SpacesQuery.Builder |
SpacesQuery.Builder.withSpaceStatus(SpaceStatus status) |
Copyright © 2003–2022 Atlassian. All rights reserved.