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

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

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

Methods in com.atlassian.jira.bc.issue.comment that return MutableComment
 MutableComment CommentService.getMutableComment(User user, Long commentId, ErrorCollection errorCollection)
          Will return a MutableComment for the passed in commentId.
 MutableComment CommentService.getMutableComment(com.atlassian.crowd.embedded.api.User user, Long commentId, ErrorCollection errorCollection)
          Will return a MutableComment for the passed in commentId.
 

Methods in com.atlassian.jira.bc.issue.comment with parameters of type MutableComment
 void CommentService.update(User 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 CommentService.update(com.atlassian.crowd.embedded.api.User 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.
 

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

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



Copyright © 2002-2011 Atlassian. All Rights Reserved.