com.atlassian.confluence.mail.reports
Class CommentReport

java.lang.Object
  extended by com.atlassian.confluence.mail.reports.AbstractContentEntityReport
      extended by com.atlassian.confluence.mail.reports.CommentReport

public class CommentReport
extends AbstractContentEntityReport


Constructor Summary
CommentReport(Comment comment, ChangeDigestReport report)
           
 
Method Summary
 void addCommentAuthor(java.lang.String author)
           
 java.util.Set getCommentAuthors()
           
 ContentEntityObject getCommentOwner()
           
 int getCount()
           
 void incrementCount()
           
 
Methods inherited from class com.atlassian.confluence.mail.reports.AbstractContentEntityReport
getContentEntityObject, getCreationDate, getCreatorName, getLastModificationDate, getLastModifierName, isNewForPeriod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentReport

public CommentReport(Comment comment,
                     ChangeDigestReport report)
Method Detail

getCommentOwner

public ContentEntityObject getCommentOwner()

incrementCount

public void incrementCount()

getCount

public int getCount()
Returns:
the total number of 'new' comments added to the page associated with this CommentReport

addCommentAuthor

public void addCommentAuthor(java.lang.String author)

getCommentAuthors

public java.util.Set getCommentAuthors()


Copyright © 2003-2014 Atlassian. All Rights Reserved.