Uses of Interface
com.atlassian.jira.issue.comments.MutableComment

Packages that use MutableComment
com.atlassian.jira.bc.issue.comment   
com.atlassian.jira.issue.comments   
com.atlassian.jira.web.action.issue   
 

Uses of MutableComment in com.atlassian.jira.bc.issue.comment
 

Methods in com.atlassian.jira.bc.issue.comment that return MutableComment
 MutableComment DefaultCommentService.getMutableComment(ApplicationUser user, Long commentId, ErrorCollection errorCollection)
           
 MutableComment CommentService.getMutableComment(ApplicationUser user, Long commentId, ErrorCollection errorCollection)
           
 MutableComment DefaultCommentService.getMutableComment(com.atlassian.crowd.embedded.api.User user, Long commentId, ErrorCollection errorCollection)
           
 MutableComment CommentService.getMutableComment(com.atlassian.crowd.embedded.api.User user, Long commentId, ErrorCollection errorCollection)
          Deprecated. Use CommentService.getCommentById(com.atlassian.jira.user.ApplicationUser, Long, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
 

Methods in com.atlassian.jira.bc.issue.comment with parameters of type MutableComment
 void DefaultCommentService.update(ApplicationUser user, MutableComment comment, boolean dispatchEvent, ErrorCollection errorCollection)
           
 void CommentService.update(ApplicationUser user, MutableComment comment, boolean dispatchEvent, ErrorCollection errorCollection)
          Updates a Comment and sets the comments updated date to be now and the updatedAuthor to be the passed in user.
 void DefaultCommentService.update(com.atlassian.crowd.embedded.api.User user, MutableComment comment, boolean dispatchEvent, ErrorCollection errorCollection)
           
 void CommentService.update(com.atlassian.crowd.embedded.api.User user, MutableComment comment, boolean dispatchEvent, ErrorCollection errorCollection)
          Deprecated. Use CommentService.update(ApplicationUser user, MutableComment comment, boolean dispatchEvent, ErrorCollection errorCollection) instead. Since v6.0.
 

Uses of MutableComment in com.atlassian.jira.issue.comments
 

Classes in com.atlassian.jira.issue.comments that implement MutableComment
 class CommentImpl
          Represents a comment on an issue by a user.
 class MockComment
           
 

Methods in com.atlassian.jira.issue.comments that return MutableComment
 MutableComment DefaultCommentManager.getMutableComment(Long commentId)
           
 MutableComment CommentManager.getMutableComment(Long commentId)
          Retrieves comment by given id and returns it as mutable object.
 

Uses of MutableComment in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return MutableComment
 MutableComment EditComment.getCommentObject()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.