|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.core.bean.EntityObject
com.atlassian.confluence.core.ConfluenceEntityObject
com.atlassian.confluence.spaces.Space
Field Summary | |
protected static org.apache.log4j.Category |
log
|
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)
|
List |
getBlogPosts()
Deprecated. use spaceManager.getBlogPosts(space, false) instead |
List |
getCurrentBlogPosts()
Deprecated. use spaceManager.getBlogPosts(space, true) instead |
List |
getCurrentMail()
Deprecated. use spageManager.getMail(space, false) instead. |
List |
getCurrentPages()
Deprecated. use spaceManager.getPages(space, true) instead |
SpaceDescription |
getDescription()
|
Page |
getHomePage()
|
String |
getKey()
|
List |
getMail()
Deprecated. use spageManager.getMail(space, false) instead. |
String |
getName()
|
List |
getPages()
Deprecated. use spaceManager.getPages(space, false) instead |
List |
getPageTemplates()
|
List |
getPermissions()
|
Collection |
getSearchableDependants()
only here because the interface needs it like this. |
SpaceGroup |
getSpaceGroup()
|
SpaceType |
getSpaceType()
|
SpaceType |
getType()
Deprecated. use getSpaceType() |
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 permissions)
|
void |
setSpaceGroup(SpaceGroup spaceGroup)
|
void |
setSpaceManager(SpaceManager spaceManager)
|
void |
setSpaceType(SpaceType spaceType)
|
Methods inherited from class com.atlassian.confluence.core.ConfluenceEntityObject |
getCreatorName, getLastModifierName, 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 |
Field Detail |
public static final String PERSONAL_SPACEKEY_IDENTIFIER
protected static org.apache.log4j.Category log
Constructor Detail |
public Space()
public Space(String spaceKey)
Method Detail |
public static boolean isValidSpaceKey(String key)
public static boolean isValidGlobalSpaceKey(String key)
public static boolean isValidPersonalSpaceKey(String key)
public String getName()
public void setName(String name)
public String getKey()
public void setKey(String key)
public SpaceType getType()
public SpaceType getSpaceType()
public void setSpaceType(SpaceType spaceType)
public SpaceDescription getDescription()
public void setDescription(SpaceDescription description)
public Page getHomePage()
public void setHomePage(Page homePage)
public List getPages()
public List getCurrentPages()
public List getBlogPosts()
public List getCurrentBlogPosts()
public List getPermissions()
public void setPermissions(List permissions)
public void addPermission(SpacePermission permission)
public void removePermission(SpacePermission permission)
public List getPageTemplates()
public void addPageTemplate(PageTemplate pageTemplate)
public void removePageTemplate(PageTemplate pageTemplate)
public List getMail()
public List getCurrentMail()
public boolean equals(Object o)
public int hashCode()
public Object clone() throws CloneNotSupportedException
CloneNotSupportedException
public Collection getSearchableDependants()
getSearchableDependants
in interface Searchable
public boolean isIndexable()
isIndexable
in interface Searchable
public void setSpaceManager(SpaceManager spaceManager)
public String getUrlPath()
public boolean isPersonal()
public boolean isGlobal()
public SpaceGroup getSpaceGroup()
public void setSpaceGroup(SpaceGroup spaceGroup)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |