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

Packages that use Comment
com.atlassian.confluence.api.impl.service.content.typebinding   
com.atlassian.confluence.content.apisupport   
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
com.atlassian.confluence.content.service.comment   
com.atlassian.confluence.core   
com.atlassian.confluence.event.events.content.comment   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.internal.pages   
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.plugin.descriptor.web   
com.atlassian.confluence.plugins.rest.entities   
com.atlassian.confluence.plugins.rest.entities.builders   
com.atlassian.confluence.rpc.soap.beans   
com.atlassian.confluence.rss   
com.atlassian.confluence.themes   
com.atlassian.confluence.tinymceplugin.service   
com.atlassian.confluence.tinymceplugin.service.impl   
com.atlassian.confluence.util   
test.plugin.apiavailable   
 

Uses of Comment in com.atlassian.confluence.api.impl.service.content.typebinding
 

Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return Comment
 Comment CommentContentTypeApiSupport.create(Content newContent)
           
 Comment CommentContentTypeApiSupport.update(Content contentToUpdate, Comment entity)
           
 

Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return types with arguments of type Comment
 Class<Comment> CommentContentTypeApiSupport.getEntityClass()
           
 

Methods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type Comment
protected  PageResponse<Content> CommentContentTypeApiSupport.getChildrenForThisType(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
           
protected  PageResponse<Content> CommentContentTypeApiSupport.getChildrenForThisType(Comment content, LimitedRequest limitedRequest, Expansions expansions, Depth depth, com.google.common.base.Predicate<? super ContentEntityObject> predicate)
           
 Comment CommentContentTypeApiSupport.update(Content contentToUpdate, Comment entity)
           
 ValidationResult CommentContentTypeApiSupport.validateUpdate(Content updatedContent, Comment existingEntity)
           
 

Method parameters in com.atlassian.confluence.api.impl.service.content.typebinding with type arguments of type Comment
 Map<ContentId,Map<String,Object>> CommentContentTypeApiSupport.getExtensions(Iterable<Comment> contentEntities, Expansions expansions)
           
 

Uses of Comment in com.atlassian.confluence.content.apisupport
 

Methods in com.atlassian.confluence.content.apisupport with parameters of type Comment
 void NullCommentExtensionsSupport.updateExtensionsOnEntity(Comment comment, Map<String,Object> extensions)
           
 void CommentExtensionsSupport.updateExtensionsOnEntity(Comment comment, Map<String,Object> extensions)
          A creation hook, extension properties should be set on the passed in comment object.
 ValidationResult NullCommentExtensionsSupport.validateExtensionsForUpdate(Comment comment, Map<String,Object> extensions, SimpleValidationResult.Builder validationResultBuilder)
           
 ValidationResult CommentExtensionsSupport.validateExtensionsForUpdate(Comment comment, Map<String,Object> extensions, SimpleValidationResult.Builder validationResultBuilder)
          Validation hook for update operations.
 

Method parameters in com.atlassian.confluence.content.apisupport with type arguments of type Comment
 Map<ContentId,Map<String,Object>> NullCommentExtensionsSupport.getExtensions(Iterable<Comment> comments, Expansions expansions)
           
 Map<ContentId,Map<String,Object>> CommentExtensionsSupport.getExtensions(Iterable<Comment> comments, Expansions expansions)
          Get the map of extension properties for each of the comment entities
 

Uses of Comment in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type Comment
protected  boolean DefaultResourceIdentifierMatcher.matches(Comment comment, ResourceIdentifier ri)
          Remembering that this implementation is intended for use in rendering then a Comment is said to match the ResourceIdentifier if the parent of the Comment matches the ResourceIdentifier.
 

Uses of Comment in com.atlassian.confluence.content.service.comment
 

Methods in com.atlassian.confluence.content.service.comment that return Comment
 Comment EditCommentCommandImpl.getComment()
           
 Comment EditCommentCommand.getComment()
          Gets the comment that was edited.
 Comment DeleteCommentCommandImpl.getComment()
           
 Comment DeleteCommentCommand.getComment()
          Gets the comment that was removed.
 Comment CreateCommentCommandImpl.getComment()
           
 Comment CreateCommentCommand.getComment()
          Gets the comment that was created.
 Comment CommentCommand.getComment()
           
 

Uses of Comment in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return types with arguments of type Comment
 List<Comment> ContentEntityObject.getComments()
           
 

Methods in com.atlassian.confluence.core with parameters of type Comment
 void ContentEntityObject.addComment(Comment comment)
           
 void ContentEntityObject.removeComment(Comment comment)
           
 

Method parameters in com.atlassian.confluence.core with type arguments of type Comment
 void ContentEntityObject.setComments(List<Comment> comments)
           
 

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, com.atlassian.user.User remover)
           
CommentUpdateEvent(Object src, Comment comment)
           
CommentUpdateEvent(Object src, Comment comment, Comment originalComment)
           
 

Uses of Comment in com.atlassian.confluence.importexport.impl
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type Comment
 String AbstractRendererExporterImpl.ContentConverter.convertToXHtml(Comment comment)
           
 

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

Methods in com.atlassian.confluence.internal.pages that return types with arguments of type Comment
 PageResponse<Comment> CommentManagerInternal.getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
          Returns the children of a comment, limited to the pagination requested.
 PageResponse<Comment> CommentManagerInternal.getPageComments(long pageId, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
          Returns the children of a Page or Blogpost, limited to the pagination requested.
 

Methods in com.atlassian.confluence.internal.pages with parameters of type Comment
 PageResponse<Comment> CommentManagerInternal.getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
          Returns the children of a comment, limited to the pagination requested.
 

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 DefaultCommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, String content)
           
 Comment CommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, String content)
           
 Comment DefaultCommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, String content, NewCommentDeduplicator commentDeduplicator)
           
 Comment CommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, String content, NewCommentDeduplicator commentDeduplicator)
          Add a new comment if the given deduplicator determines that it's not a duplicate, or just return the existing duplicate otherwise.
 Comment DefaultCommentManager.addCommentToPage(AbstractPage page, Comment parent, String content)
           
 Comment CommentManager.addCommentToPage(AbstractPage page, Comment parent, String content)
          Deprecated. 
 Comment DefaultCommentManager.getComment(long id)
           
 Comment CommentManager.getComment(long id)
           
 Comment Comment.getParent()
           
 

Methods in com.atlassian.confluence.pages that return types with arguments of type Comment
 com.atlassian.fugue.Option<Comment> SubmissionTokenCommentDeduplicator.findDuplicateComment(Iterable<Comment> existingComments)
           
 com.atlassian.fugue.Option<Comment> NewCommentDeduplicator.findDuplicateComment(Iterable<Comment> existingComments)
          Given a collection of existing comments, determine which one, if any, is a duplicate of the new comment submission.
 List<Comment> Comment.getChildren()
           
 PageResponse<Comment> DefaultCommentManager.getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
           
 List<Comment> DefaultCommentManager.getPageComments(long pageId, Date since)
           
 List<Comment> CommentManager.getPageComments(long pageId, Date since)
          The service get all page comments (page level comments and inline comments)
 List<Comment> DefaultCommentManager.getPageComments(long pageId, Date since, String ignoreUsername)
           
 List<Comment> CommentManager.getPageComments(long pageId, Date since, String ignoreUsername)
          The service get all page comments (page level comments and inline comments) from a particular date except for comments by the given username.
 PageResponse<Comment> DefaultCommentManager.getPageComments(long pageId, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
           
 List<Comment> AbstractPage.getPageLevelComments()
           
 List<Comment> DefaultCommentManager.getPageLevelComments(long pageId, Date since)
           
 List<Comment> CommentManager.getPageLevelComments(long pageId, Date since)
          The service get all page level comments
 List<Comment> AbstractPage.getTopLevelComments()
           
 

Methods in com.atlassian.confluence.pages with parameters of type Comment
 void Comment.addChild(Comment child)
           
 Comment DefaultCommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, String content)
           
 Comment CommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, String content)
           
 Comment DefaultCommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, String content, NewCommentDeduplicator commentDeduplicator)
           
 Comment CommentManager.addCommentToObject(ContentEntityObject ceo, Comment parent, String content, NewCommentDeduplicator commentDeduplicator)
          Add a new comment if the given deduplicator determines that it's not a duplicate, or just return the existing duplicate otherwise.
 Comment DefaultCommentManager.addCommentToPage(AbstractPage page, Comment parent, String content)
           
 Comment CommentManager.addCommentToPage(AbstractPage page, Comment parent, String content)
          Deprecated. 
 PageResponse<Comment> DefaultCommentManager.getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
           
 void SubmissionTokenCommentDeduplicator.newCommentSaved(Comment comment)
           
 void NewCommentDeduplicator.newCommentSaved(Comment newComment)
          Called when a new comment has been saved
 void Comment.removeChild(Comment child)
           
 void Comment.reparentChildren(Comment newParent)
           
 void Comment.setParent(Comment parent)
           
 void DefaultCommentManager.updateCommentContent(Comment comment, String content)
           
 void CommentManager.updateCommentContent(Comment comment, String content)
           
 

Method parameters in com.atlassian.confluence.pages with type arguments of type Comment
 com.atlassian.fugue.Option<Comment> SubmissionTokenCommentDeduplicator.findDuplicateComment(Iterable<Comment> existingComments)
           
 com.atlassian.fugue.Option<Comment> NewCommentDeduplicator.findDuplicateComment(Iterable<Comment> existingComments)
          Given a collection of existing comments, determine which one, if any, is a duplicate of the new comment submission.
 void Comment.setChildren(List<Comment> children)
           
 

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

Methods in com.atlassian.confluence.pages.actions that return Comment
 Comment ViewPageAction.getComment()
          Gets the currently focused comment.
 Comment EditCommentAction.getComment()
           
 Comment CommentAware.getComment()
           
 Comment AddCommentAction.getComment()
           
 Comment ViewPageAction.getRootComment()
          Deprecated. since 2.8 the default theme no longer uses a "root comment". This method will remain until the other themes do the same.
 

Methods in com.atlassian.confluence.pages.actions that return types with arguments of type Comment
 Map<Comment,String> ViewPageAction.getXHtmlComments()
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type Comment
static WebInterfaceContext AddCommentAction.createWebInterfaceContextWithComment(WebInterfaceContext context, Comment comment)
           
 WebInterfaceContext ViewPageAction.getWebInterfaceContext(Comment comment)
           
 WebInterfaceContext EditCommentAction.getWebInterfaceContext(Comment comment)
           
 WebInterfaceContext AddCommentAction.getWebInterfaceContext(Comment comment)
           
 void ViewPageAction.setComment(Comment comment)
          Sets the currently focused comment.
 void CommentAware.setComment(Comment comment)
           
 

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)
          Get a comment by its id
 

Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type Comment
 PageResponse<Comment> CommentDao.getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
          Get the children of a comment
 List<Comment> CommentDao.getPageComments(long pageId, Date since)
          Get the comments that have been added or updated since a specific time
 List<Comment> CommentDao.getPageComments(long pageId, Date since, String ignoreUsername)
          Get the comments that have been added or updated since a specific time but not by a user
 PageResponse<Comment> CommentDao.getPageComments(long pageId, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
          Get the comments belonging to a page
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type Comment
 PageResponse<Comment> CommentDao.getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
          Get the children of a comment
 

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

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

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type Comment
 PageResponse<Comment> HibernateCommentDao.getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
           
 List<Comment> HibernateCommentDao.getPageComments(long pageId, Date since)
           
 List<Comment> HibernateCommentDao.getPageComments(long pageId, Date since, String ignoreUsername)
           
 PageResponse<Comment> HibernateCommentDao.getPageComments(long pageId, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type Comment
 PageResponse<Comment> HibernateCommentDao.getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
           
 

Uses of Comment in com.atlassian.confluence.plugin.descriptor.web
 

Methods in com.atlassian.confluence.plugin.descriptor.web that return Comment
 Comment WebInterfaceContext.getComment()
          Returns the comment related to the web interface state, or null if there is no comment.
 Comment DefaultWebInterfaceContext.getComment()
           
 

Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type Comment
 void DefaultWebInterfaceContext.setComment(Comment comment)
           
 

Uses of Comment in com.atlassian.confluence.plugins.rest.entities
 

Methods in com.atlassian.confluence.plugins.rest.entities that return types with arguments of type Comment
 List<Comment> CommentEntityTree.getComments()
           
 

Constructor parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type Comment
CommentEntityTree(int total, List<Comment> comments)
           
 

Uses of Comment in com.atlassian.confluence.plugins.rest.entities.builders
 

Methods in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type Comment
 ContentEntity CommentEntityBuilder.build(Comment comment)
           
 

Uses of Comment in com.atlassian.confluence.rpc.soap.beans
 

Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type Comment
RemoteComment(Comment comment)
           
 

Uses of Comment in com.atlassian.confluence.rss
 

Method parameters in com.atlassian.confluence.rss with type arguments of type Comment
 List<com.sun.syndication.feed.synd.SyndCategory> CommentRenderSupport.getCategories(RssRenderItem<? extends Comment> item)
           
 String CommentRenderSupport.getRenderedContent(RssRenderItem<? extends Comment> item, com.atlassian.util.concurrent.Timeout timeout)
           
 String CommentRenderSupport.getTitle(RssRenderItem<? extends Comment> item)
           
 

Uses of Comment in com.atlassian.confluence.themes
 

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

Uses of Comment in com.atlassian.confluence.tinymceplugin.service
 

Methods in com.atlassian.confluence.tinymceplugin.service with parameters of type Comment
 CommentResult CommentRenderService.render(Comment comment, boolean actions, javax.servlet.http.HttpServletRequest req)
           
 CommentResult CommentRenderService.render(Comment comment, boolean actions, javax.servlet.http.HttpServletRequest req, int maxLength, boolean plainTextOnly)
          Create the JSON representation of a Comment
 

Uses of Comment in com.atlassian.confluence.tinymceplugin.service.impl
 

Methods in com.atlassian.confluence.tinymceplugin.service.impl with parameters of type Comment
 CommentResult CommentRenderServiceImpl.render(Comment comment, boolean hasActions, javax.servlet.http.HttpServletRequest httpRequest)
           
 CommentResult CommentRenderServiceImpl.render(Comment comment, boolean hasActions, javax.servlet.http.HttpServletRequest httpRequest, int maxLength, boolean plainTextOnly)
           
 

Uses of Comment in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util that return Comment
static Comment GeneralUtil.getParentComment(Comment comment)
          Returns the top-level comment that the comment is attached to
 

Methods in com.atlassian.confluence.util with parameters of type Comment
static String GeneralUtil.getCommentUrl(Attachment attachment, Comment comment)
          Get the permalink URL to preview the given comment (annotation) in the previewer.
static Comment GeneralUtil.getParentComment(Comment comment)
          Returns the top-level comment that the comment is attached to
 

Uses of Comment in test.plugin.apiavailable
 

Methods in test.plugin.apiavailable with parameters of type Comment
 void DummyCommentExtensionSupport.updateExtensionsOnEntity(Comment comment, Map<String,Object> extensions)
           
 ValidationResult DummyCommentExtensionSupport.validateExtensionsForUpdate(Comment comment, Map<String,Object> extensions, SimpleValidationResult.Builder validationResultBuilder)
           
 

Method parameters in test.plugin.apiavailable with type arguments of type Comment
 Map<ContentId,Map<String,Object>> DummyCommentExtensionSupport.getExtensions(Iterable<Comment> comments, Expansions expansions)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.