com.atlassian.confluence.mail.reports
Class SpaceReport

java.lang.Object
  extended by com.atlassian.confluence.mail.reports.SpaceReport

public class SpaceReport
extends Object


Constructor Summary
SpaceReport(Space space, ChangeDigestReport report)
           
 
Method Summary
 void addBlogPost(PageReport page)
           
 void addComment(CommentReport commentReport)
           
 void addPage(PageReport page)
           
 int getChangeSize()
          Returns the number of changes summarised in this report.
 List getComments()
           
 Date getCreationDate()
           
 com.atlassian.user.User getCreator()
           
 String getCreatorName()
           
 long getId()
           
 String getKey()
           
 Date getLastModificationDate()
           
 com.atlassian.user.User getLastModifier()
           
 String getLastModifierName()
           
 String getName()
           
 List getPages()
           
 ChangeDigestReport getParentReport()
           
 Space getSpace()
           
 boolean isNewForPeriod()
           
 void removePage(PageReport page)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceReport

public SpaceReport(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.


Copyright © 2003-2012 Atlassian. All Rights Reserved.