@Deprecated public class Page extends AbstractPageEntity
| Modifier and Type | Field and Description |
|---|---|
static Page |
TEST
Deprecated.
|
space, titlecontent, id, lastModificationDate, lastModifier, version| Constructor and Description |
|---|
Page(long id)
Deprecated.
|
Page(long id,
String title,
String content)
Deprecated.
Create a page when the space is not known.
|
Page(Map<?,?> createPageMap)
Deprecated.
Creates a page object from the map returned from ConfluenceRpc.createPage()
Note this creates a page with an unknown space
|
Page(Page page)
Deprecated.
|
Page(Space space,
String title,
String content)
Deprecated.
|
Page(Space space,
String title,
String content,
long parentPageId)
Deprecated.
|
Page(String title,
String content,
Page parentPage)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddChildPageUrl()
Deprecated.
|
ContentType |
getContentType()
Deprecated.
|
String |
getCopyPageUrl()
Deprecated.
|
String |
getEditPageTitle()
Deprecated.
|
String |
getEditUrl()
Deprecated.
|
String |
getPageHistoryUrl()
Deprecated.
|
String |
getPageInfoUrl()
Deprecated.
|
String |
getPagePermissionsUrl()
Deprecated.
|
String |
getPageSourceUrl()
Deprecated.
|
long |
getParentPageId()
Deprecated.
|
String |
getUrl()
Deprecated.
|
UrlBuilder |
getViewAttachmentsUrl()
Deprecated.
|
String |
getViewPageTitle()
Deprecated.
|
String |
toString()
Deprecated.
|
getAddCommentUrl, getEditCommentUrl, getPageDiffUrl, getReplyCommentUrl, getSpace, getTitle, getUrlBuilder, setSpace, setTitle, shouldConvertToContentgetContent, getContentId, getContentTypeObject, getId, getIdAsString, getLastModificationDate, getLastModifier, getSelector, getVersion, isMinorEdit, setContent, setId, setId, setLastModificationDate, setLastModifier, setVersionpublic static Page TEST
public Page(long id)
public Page(Map<?,?> createPageMap)
createPageMap - public Page(long id,
String title,
String content)
public Page(Page page)
public long getParentPageId()
public String getUrl()
public String getViewPageTitle()
public String getEditPageTitle()
public String getEditUrl()
public String getPageInfoUrl()
public String getPageSourceUrl()
public String getAddChildPageUrl()
public UrlBuilder getViewAttachmentsUrl()
public String getPageHistoryUrl()
public String getCopyPageUrl()
public String getPagePermissionsUrl()
public ContentType getContentType()
getContentType in interface ContentEntitygetContentType in class AbstractContentEntityCopyright © 2003–2023 Atlassian. All rights reserved.