public class

Page

extends AbstractContentEntity
implements LinkableContent
java.lang.Object
   ↳ com.atlassian.confluence.it.AbstractContentEntity
     ↳ com.atlassian.confluence.it.Page

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.it.AbstractContentEntity
Public Constructors
Page(Space space, String title, String content)
Page(Space space, String title, String content, long parentPageId)
Page(String title, String content, Page parentPage)
Page(long id, String title, String content)
Create a page when the space is not known.
Page(Page page)
Public Methods
String getAddChildPageUrl()
String getAddCommentUrl()
String getCopyPageUrl()
String getEditPageTitle()
String getEditUrl()
String getPageHistoryUrl()
String getPageInfoUrl()
String getPageSourceUrl()
long getParentPageId()
Space getSpace()
String getTitle()
String getUrl()
String getViewAttachmentsUrl()
String getViewPageTitle()
[Expand]
Inherited Methods
From class com.atlassian.confluence.it.AbstractContentEntity
From class java.lang.Object
From interface com.atlassian.confluence.it.ContentEntity
From interface com.atlassian.confluence.it.LinkableContent
From interface com.atlassian.confluence.it.TitledContent

Public Constructors

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

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

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

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.

public Page (Page page)

Public Methods

public String getAddChildPageUrl ()

public String getAddCommentUrl ()

public String getCopyPageUrl ()

public String getEditPageTitle ()

public String getEditUrl ()

public String getPageHistoryUrl ()

public String getPageInfoUrl ()

public String getPageSourceUrl ()

public long getParentPageId ()

public Space getSpace ()

public String getTitle ()

public String getUrl ()

public String getViewAttachmentsUrl ()

public String getViewPageTitle ()