com.atlassian.confluence.it
Class Space

java.lang.Object
  extended by com.atlassian.confluence.it.Space
All Implemented Interfaces:
TitledContent

public class Space
extends Object
implements TitledContent


Nested Class Summary
static class Space.Type
           
 
Constructor Summary
Space(String key, String name)
           
Space(String key, String name, String description)
           
 
Method Summary
 String getAttachmentsUrl()
           
 String getBrowseUrl()
           
 String getCreateBlogPostUrl()
           
 String getCreateChildPageUrl(long parentPageId)
           
 String getCreatePageUrl()
           
static String getDefaultPersonalSpaceKey(User user)
           
static String getDefaultPersonalSpaceName(User user)
           
 String getDescription()
           
 String getEditColorSchemeUrl()
           
 Page getHomePage()
           
 String getHtmlExportUrl()
           
 String getKey()
           
 String getLabelsUrl()
           
 String getName()
           
 String getNewsUrl()
           
 String getPagesAlphabeticalUrl()
           
 String getPageTreeUrl()
           
 String getSpaceSummaryUrl()
           
 String getTitle()
           
static Space personalSpaceFor(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Space

public Space(String key,
             String name)

Space

public Space(String key,
             String name,
             String description)
Method Detail

personalSpaceFor

public static Space personalSpaceFor(User user)

getKey

public String getKey()

getName

public String getName()

getDescription

public String getDescription()

getHomePage

public Page getHomePage()

getPageTreeUrl

public String getPageTreeUrl()

getPagesAlphabeticalUrl

public String getPagesAlphabeticalUrl()

getLabelsUrl

public String getLabelsUrl()

getAttachmentsUrl

public String getAttachmentsUrl()

getNewsUrl

public String getNewsUrl()

getEditColorSchemeUrl

public String getEditColorSchemeUrl()

getCreatePageUrl

public String getCreatePageUrl()

getCreateChildPageUrl

public String getCreateChildPageUrl(long parentPageId)

getCreateBlogPostUrl

public String getCreateBlogPostUrl()

getHtmlExportUrl

public String getHtmlExportUrl()

getBrowseUrl

public String getBrowseUrl()

getSpaceSummaryUrl

public String getSpaceSummaryUrl()

getDefaultPersonalSpaceKey

public static String getDefaultPersonalSpaceKey(User user)

getDefaultPersonalSpaceName

public static String getDefaultPersonalSpaceName(User user)

getTitle

public String getTitle()
Specified by:
getTitle in interface TitledContent


Copyright © 2003-2011 Atlassian. All Rights Reserved.