Uses of Class
com.atlassian.confluence.pages.Comment

Packages that use Comment
com.atlassian.confluence.event.events.content.comment   
com.atlassian.confluence.mail.reports   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.themes   
 

Uses of Comment in com.atlassian.confluence.event.events.content.comment
 

Fields in com.atlassian.confluence.event.events.content.comment declared as Comment
protected  Comment CommentEvent.comment
           
 

Methods in com.atlassian.confluence.event.events.content.comment that return Comment
 Comment CommentEvent.getComment()
           
 Comment CommentUpdateEvent.getOriginalComment()
           
 

Constructors in com.atlassian.confluence.event.events.content.comment with parameters of type Comment
CommentCreateEvent(Object src, Comment comment)
           
CommentEvent(Object src, Comment comment)
           
CommentRemoveEvent(Object src, Comment comment)
           
CommentUpdateEvent(Object src, Comment comment)
           
CommentUpdateEvent(Object src, Comment comment, Comment originalComment)
           
 

Uses of Comment in com.atlassian.confluence.mail.reports
 

Methods in com.atlassian.confluence.mail.reports with parameters of type Comment
 void ChangeDigestReport.addComment(Comment comment)
           
 

Constructors in com.atlassian.confluence.mail.reports with parameters of type Comment
CommentReport(Comment comment, ChangeDigestReport report)
           
 

Uses of Comment in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return Comment
 Comment Comment.getParent()
           
 Comment CommentManager.getComment(long id)
           
 Comment CommentManager.addCommentToPage(AbstractPage page, Comment parent, String content)
           
 Comment DefaultCommentManager.getComment(long id)
           
 Comment DefaultCommentManager.addCommentToPage(AbstractPage page, Comment parent, String content)
           
 

Methods in com.atlassian.confluence.pages with parameters of type Comment
 void AbstractPage.addComment(Comment comment)
           
 void AbstractPage.removeComment(Comment comment)
           
 void Comment.setParent(Comment parent)
           
 void Comment.addChild(Comment child)
           
 void Comment.reparentChildren(Comment newParent)
           
 void Comment.removeChild(Comment child)
           
 Comment CommentManager.addCommentToPage(AbstractPage page, Comment parent, String content)
           
 void CommentManager.updateCommentContent(Comment comment, String content)
           
 Comment DefaultCommentManager.addCommentToPage(AbstractPage page, Comment parent, String content)
           
 void DefaultCommentManager.updateCommentContent(Comment comment, String content)
           
 

Uses of Comment in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions that return Comment
 Comment AddCommentAction.getComment()
           
 Comment EditCommentAction.getComment()
           
 Comment RemoveCommentAction.getComment()
           
 Comment ViewPageAction.getRootComment()
          When you have a comment thread that is too deep to display all at once, only a portion of it is displayed.
 Comment ViewPageAction.getCommentToEdit()
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type Comment
 void ViewPageAction.setCommentToEdit(Comment commentToEdit)
           
 

Uses of Comment in com.atlassian.confluence.pages.persistence.dao
 

Methods in com.atlassian.confluence.pages.persistence.dao that return Comment
 Comment CommentDao.getById(long id)
           
 

Uses of Comment in com.atlassian.confluence.pages.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return Comment
 Comment HibernateCommentDao.getById(long id)
           
 

Uses of Comment in com.atlassian.confluence.themes
 

Methods in com.atlassian.confluence.themes with parameters of type Comment
 boolean PageHelper.shouldRenderCommentAsUpdated(Comment comment, int thresholdSeconds)
          Should this comment be flagged as having been updated in any rendering
 boolean PageHelper.shouldRenderCommentAsUpdated(Comment comment)
          Should this comment be flagged as having been updated in any rendering, using a default grace threshold
 



Confluence is developed by Atlassian.