com.atlassian.confluence.spaces
Class Space

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.confluence.core.ConfluenceEntityObject
          extended by com.atlassian.confluence.spaces.Space
All Implemented Interfaces:
com.atlassian.bonnie.Searchable, Addressable, ContentTypeAware, Serializable, Cloneable

public class Space
extends ConfluenceEntityObject
implements com.atlassian.bonnie.Searchable, Addressable

See Also:
Serialized Form

Field Summary
static String CONTENT_TYPE
           
protected static org.apache.log4j.Logger log
          Deprecated. 
static String PERSONAL_SPACEKEY_IDENTIFIER
           
 
Constructor Summary
Space()
           
Space(String spaceKey)
           
 
Method Summary
 void addPageTemplate(PageTemplate pageTemplate)
           
 void addPermission(SpacePermission permission)
           
 Object clone()
           
 boolean equals(Object o)
           
 Message getDefaultHomepageTitle()
           
 SpaceDescription getDescription()
           
 String getDisplayTitle()
           
 Page getHomePage()
           
 String getKey()
           
 String getName()
           
 List getPageTemplates()
           
 List<SpacePermission> getPermissions()
           
 Collection getSearchableDependants()
          only here because the interface needs it like this.
 SpaceGroup getSpaceGroup()
           
 SpaceType getSpaceType()
           
 String getType()
           
 String getUrlPath()
           
 int hashCode()
           
 boolean isGlobal()
           
 boolean isIndexable()
           
 boolean isPersonal()
           
static boolean isValidGlobalSpaceKey(String key)
           
static boolean isValidPersonalSpaceKey(String key)
           
static boolean isValidSpaceKey(String key)
          Is the key a valid space key of any type? Tests validity of both personal and global space keys
 void removePageTemplate(PageTemplate pageTemplate)
           
 void removePermission(SpacePermission permission)
           
 void setDescription(SpaceDescription description)
           
 void setHomePage(Page homePage)
           
 void setKey(String key)
           
 void setName(String name)
           
 void setPermissions(List<SpacePermission> permissions)
           
 void setSpaceGroup(SpaceGroup spaceGroup)
           
 void setSpaceManager(SpaceManager spaceManager)
           
 void setSpaceType(SpaceType spaceType)
           
 
Methods inherited from class com.atlassian.confluence.core.ConfluenceEntityObject
getCreatorName, getLastModifierName, getRealClass, isPersistent, setCreatorName, setLastModifierName
 
Methods inherited from class com.atlassian.core.bean.EntityObject
getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bonnie.Searchable
getId
 
Methods inherited from interface com.atlassian.confluence.core.Addressable
getId
 

Field Detail

PERSONAL_SPACEKEY_IDENTIFIER

public static final String PERSONAL_SPACEKEY_IDENTIFIER
See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

log

@Deprecated
protected static final org.apache.log4j.Logger log
Deprecated. 
Constructor Detail

Space

public Space()

Space

public Space(String spaceKey)
Method Detail

isValidSpaceKey

public static boolean isValidSpaceKey(String key)
Is the key a valid space key of any type? Tests validity of both personal and global space keys


isValidGlobalSpaceKey

public static boolean isValidGlobalSpaceKey(String key)

isValidPersonalSpaceKey

public static boolean isValidPersonalSpaceKey(String key)

getName

public String getName()

setName

public void setName(String name)

getKey

public String getKey()

setKey

public void setKey(String key)

getSpaceType

public SpaceType getSpaceType()

setSpaceType

public void setSpaceType(SpaceType spaceType)

getDescription

public SpaceDescription getDescription()

setDescription

public void setDescription(SpaceDescription description)

getHomePage

public Page getHomePage()

setHomePage

public void setHomePage(Page homePage)

getPermissions

public List<SpacePermission> getPermissions()

setPermissions

public void setPermissions(List<SpacePermission> permissions)

addPermission

public void addPermission(SpacePermission permission)

removePermission

public void removePermission(SpacePermission permission)

getPageTemplates

public List getPageTemplates()

addPageTemplate

public void addPageTemplate(PageTemplate pageTemplate)

removePageTemplate

public void removePageTemplate(PageTemplate pageTemplate)

equals

public boolean equals(Object o)
Overrides:
equals in class com.atlassian.core.bean.EntityObject

hashCode

public int hashCode()
Overrides:
hashCode in class com.atlassian.core.bean.EntityObject

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class com.atlassian.core.bean.EntityObject
Throws:
CloneNotSupportedException

getSearchableDependants

public Collection getSearchableDependants()
only here because the interface needs it like this. When a space gets deleted, all content with a space index matching to the space will be unindexed. Therefore we don't need to retrieve the searchable dependants with this function.

Specified by:
getSearchableDependants in interface com.atlassian.bonnie.Searchable

isIndexable

public boolean isIndexable()
Specified by:
isIndexable in interface com.atlassian.bonnie.Searchable

setSpaceManager

public void setSpaceManager(SpaceManager spaceManager)

getUrlPath

public String getUrlPath()
Specified by:
getUrlPath in interface Addressable

getDisplayTitle

public String getDisplayTitle()
Specified by:
getDisplayTitle in interface Addressable
Returns:
the title of the addressable object, suitable for display in a list

getType

public String getType()
Specified by:
getType in interface ContentTypeAware
Returns:
the content type

isPersonal

public boolean isPersonal()

isGlobal

public boolean isGlobal()

getSpaceGroup

public SpaceGroup getSpaceGroup()

setSpaceGroup

public void setSpaceGroup(SpaceGroup spaceGroup)

getDefaultHomepageTitle

public Message getDefaultHomepageTitle()


Copyright © 2003-2012 Atlassian. All Rights Reserved.