Class SpaceReport
- java.lang.Object
-
- com.atlassian.confluence.mail.reports.SpaceReport
-
public class SpaceReport extends Object
-
-
Constructor Summary
Constructors Constructor Description SpaceReport(@NonNull Space space, ChangeDigestReport report)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBlogPost(PageReport page)voidaddComment(CommentReport commentReport)voidaddPage(PageReport page)intgetChangeSize()Returns the number of changes summarised in this report.ListgetComments()DategetCreationDate()com.atlassian.user.UsergetCreator()StringgetCreatorName()longgetId()StringgetKey()DategetLastModificationDate()com.atlassian.user.UsergetLastModifier()StringgetLastModifierName()StringgetName()ListgetPages()ChangeDigestReportgetParentReport()SpacegetSpace()booleanisNewForPeriod()voidremovePage(PageReport page)
-
-
-
Constructor Detail
-
SpaceReport
public SpaceReport(@NonNull Space space, ChangeDigestReport report)
-
-
Method Detail
-
getSpace
public Space getSpace()
-
isNewForPeriod
public boolean isNewForPeriod()
-
getParentReport
public ChangeDigestReport getParentReport()
-
getCreatorName
public String getCreatorName()
-
getCreator
public com.atlassian.user.User getCreator()
-
getCreationDate
public Date getCreationDate()
-
getLastModificationDate
public Date getLastModificationDate()
-
getId
public long getId()
-
getLastModifierName
public String getLastModifierName()
-
getLastModifier
public com.atlassian.user.User getLastModifier()
-
getKey
public String getKey()
-
getName
public String getName()
-
addPage
public void addPage(PageReport page)
-
removePage
public void removePage(PageReport page)
-
addBlogPost
public void addBlogPost(PageReport page)
-
getPages
public List getPages()
-
addComment
public void addComment(CommentReport commentReport)
-
getComments
public List getComments()
-
getChangeSize
public int getChangeSize()
Returns the number of changes summarised in this report.- Returns:
- the number of changes summarised in this report.
-
-