|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(User user,
Long commentId,
ErrorCollection errorCollection)
|
MutableComment |
DefaultCommentService.getMutableComment(com.atlassian.crowd.embedded.api.User user,
Long commentId,
ErrorCollection errorCollection)
|
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 |
DefaultCommentService.update(User user,
MutableComment comment,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
void |
DefaultCommentService.update(com.atlassian.crowd.embedded.api.User user,
MutableComment comment,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
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 |
|---|
| Classes in com.atlassian.jira.issue.comments that implement MutableComment | |
|---|---|
class |
CommentImpl
Represents a comment on an issue by a user. |
| 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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||