Uses of Class
com.atlassian.confluence.spaces.SpaceStatus
-
Packages that use SpaceStatus Package Description com.atlassian.confluence.internal.relations.query com.atlassian.confluence.internal.spaces Confluence internal classes related to spaces.com.atlassian.confluence.spaces -
-
Uses of SpaceStatus in com.atlassian.confluence.internal.relations.query
Methods in com.atlassian.confluence.internal.relations.query that return types with arguments of type SpaceStatus Modifier and Type Method Description Set<SpaceStatus>
RelationQuery. getSpaceStatusesFilter()
Method parameters in com.atlassian.confluence.internal.relations.query with type arguments of type SpaceStatus Modifier and Type Method Description RelationQuery.Builder
RelationQuery.Builder. spaceStatusesFilter(@Nullable Set<SpaceStatus> spaceStatusesFilter)
-
Uses of SpaceStatus in com.atlassian.confluence.internal.spaces
Methods in com.atlassian.confluence.internal.spaces that return types with arguments of type SpaceStatus Modifier and Type Method Description Set<SpaceStatus>
SpacesQueryWithPermissionQueryBuilder. getSpaceStatuses()
-
Uses of SpaceStatus in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return SpaceStatus Modifier and Type Method 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.Methods in com.atlassian.confluence.spaces that return types with arguments of type SpaceStatus Modifier and Type Method Description Set<SpaceStatus>
SpacesQuery. getSpaceStatuses()
Methods in com.atlassian.confluence.spaces with parameters of type SpaceStatus Modifier and Type Method Description @NonNull Collection<String>
DefaultSpaceManager. getAllSpaceKeys(SpaceStatus status)
@NonNull Collection<String>
SpaceManager. getAllSpaceKeys(SpaceStatus status)
Get the space keys of all spaces with the given status.void
Space. setSpaceStatus(SpaceStatus spaceStatus)
SpacesQuery.Builder
SpacesQuery.Builder. withSpaceStatus(SpaceStatus status)
-