com.atlassian.confluence.mail.reports
Class SpaceReport
java.lang.Object
com.atlassian.confluence.mail.reports.SpaceReport
public class SpaceReport
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpaceReport
public SpaceReport(Space space,
ChangeDigestReport report)
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.
Copyright © 2003-2013 Atlassian. All Rights Reserved.