com.atlassian.confluence.it
Class Page

java.lang.Object
  extended by com.atlassian.confluence.it.AbstractContentEntity
      extended by com.atlassian.confluence.it.Page
All Implemented Interfaces:
ContentEntity, LinkableContent, TitledContent

public class Page
extends AbstractContentEntity
implements LinkableContent


Field Summary
static Page TEST
           
 
Fields inherited from class com.atlassian.confluence.it.AbstractContentEntity
content, id, lastModificationDate, lastModifier, version
 
Constructor Summary
Page(long id)
           
Page(long id, String title, String content)
          Create a page when the space is not known.
Page(Page page)
           
Page(Space space, String title, String content)
           
Page(Space space, String title, String content, long parentPageId)
           
Page(String title, String content, Page parentPage)
           
 
Method Summary
 String getAddChildPageUrl()
           
 String getAddCommentUrl()
           
 String getCopyPageUrl()
           
 String getEditPageTitle()
           
 String getEditUrl()
           
 String getPageDiffUrl(int oldVersionNumber, int newVersionNumber)
           
 String getPageHistoryUrl()
           
 String getPageInfoUrl()
           
 String getPagePermissionsUrl()
           
 String getPageSourceUrl()
           
 long getParentPageId()
           
 Space getSpace()
           
 String getTitle()
           
 String getUrl()
           
 String getViewAttachmentsUrl()
           
 String getViewPageTitle()
           
 void setTitle(String title)
          Edit the title of this object.
 
Methods inherited from class com.atlassian.confluence.it.AbstractContentEntity
getContent, getId, getIdAsString, getLastModificationDate, getLastModifier, getVersion, setContent, setId, setLastModificationDate, setLastModifier, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST

public static Page TEST
Constructor Detail

Page

public Page(Space space,
            String title,
            String content)

Page

public Page(Space space,
            String title,
            String content,
            long parentPageId)

Page

public Page(String title,
            String content,
            Page parentPage)

Page

public Page(long id)

Page

public Page(long id,
            String title,
            String content)
Create a page when the space is not known. Be warned that some methods on this page may fail.


Page

public Page(Page page)
Method Detail

getSpace

public Space getSpace()
Specified by:
getSpace in interface ContentEntity
Returns:
the space this content belongs to.

getParentPageId

public long getParentPageId()

getUrl

public String getUrl()
Specified by:
getUrl in interface LinkableContent

getTitle

public String getTitle()
Specified by:
getTitle in interface ContentEntity
Specified by:
getTitle in interface TitledContent
Returns:
the title of this entity

getViewPageTitle

public String getViewPageTitle()

getEditPageTitle

public String getEditPageTitle()

getEditUrl

public String getEditUrl()
Specified by:
getEditUrl in interface ContentEntity
Returns:
the url where this entity can be edited.

getPageInfoUrl

public String getPageInfoUrl()

getPageSourceUrl

public String getPageSourceUrl()

getAddCommentUrl

public String getAddCommentUrl()

getAddChildPageUrl

public String getAddChildPageUrl()

getViewAttachmentsUrl

public String getViewAttachmentsUrl()

getPageHistoryUrl

public String getPageHistoryUrl()

getPageDiffUrl

public String getPageDiffUrl(int oldVersionNumber,
                             int newVersionNumber)

getCopyPageUrl

public String getCopyPageUrl()

getPagePermissionsUrl

public String getPagePermissionsUrl()

setTitle

public void setTitle(String title)
Edit the title of this object. WARNING: changing this field will not update the system by itself, and operations that try to look up this page by the new title will fail until the system is actually updated.

Parameters:
title - the new title for the page.


Copyright © 2003-2012 Atlassian. All Rights Reserved.