|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(ApplicationUser 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.
Will return a MutableComment for the passed in commentId. This
will return null if the user does not have permission to view the
comment. The difference between this method and
CommentService.getCommentById(User,Long,ErrorCollection) is that this method
returns a version of the Comment that we can set values on. |
Methods in com.atlassian.jira.bc.issue.comment with parameters of type MutableComment | |
---|---|
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 |
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.
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |