Class PageReport
- java.lang.Object
-
- com.atlassian.confluence.mail.reports.AbstractContentEntityReport
-
- com.atlassian.confluence.mail.reports.PageReport
-
public class PageReport extends AbstractContentEntityReport
-
-
Constructor Summary
Constructors Constructor Description PageReport(AbstractPage page, ChangeDigestReport report)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetId()StringgetIdAsString()StringgetNameForComparison()AbstractPagegetPage()intgetPreviousVersion()StringgetTitle()StringgetType()intgetVersion()StringgetXHTMLContent()booleanisNew()-
Methods inherited from class com.atlassian.confluence.mail.reports.AbstractContentEntityReport
getContentEntityObject, getCreationDate, getCreatorName, getLastModificationDate, getLastModifierName, isNewForPeriod
-
-
-
-
Constructor Detail
-
PageReport
public PageReport(AbstractPage page, ChangeDigestReport report)
-
-
Method Detail
-
getId
public long getId()
-
getIdAsString
public String getIdAsString()
-
getTitle
public String getTitle()
-
getNameForComparison
public String getNameForComparison()
-
getType
public String getType()
-
isNew
public boolean isNew()
-
getXHTMLContent
public String getXHTMLContent()
-
getPage
public AbstractPage getPage()
-
getVersion
public int getVersion()
-
getPreviousVersion
public int getPreviousVersion()
-
-