Uses of Class
com.atlassian.confluence.spaces.SpaceStatus

Packages that use SpaceStatus
com.atlassian.confluence.spaces   
 

Uses of SpaceStatus in com.atlassian.confluence.spaces
 

Methods in com.atlassian.confluence.spaces that return SpaceStatus
 SpaceStatus Space.getSpaceStatus()
           
static SpaceStatus SpaceStatus.valueOf(java.lang.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
 java.util.Set<SpaceStatus> SpacesQuery.getSpaceStatuses()
           
 

Methods in com.atlassian.confluence.spaces with parameters of type SpaceStatus
 java.util.Collection<java.lang.String> SpaceManager.getAllSpaceKeys(SpaceStatus status)
          Get the space keys of all spaces with the given status.
 java.util.Collection<java.lang.String> DefaultSpaceManager.getAllSpaceKeys(SpaceStatus status)
           
 void Space.setSpaceStatus(SpaceStatus spaceStatus)
           
 SpacesQuery.Builder SpacesQuery.Builder.withSpaceStatus(SpaceStatus status)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.