Package | Description |
---|---|
com.atlassian.jira.bc.issue.comment |
Modifier and Type | Method and Description |
---|---|
CommentService.CommentUpdateValidationResult |
DefaultCommentService.validateCommentUpdate(ApplicationUser user,
Long commentId,
CommentService.CommentParameters commentParameters) |
CommentService.CommentUpdateValidationResult |
CommentService.validateCommentUpdate(ApplicationUser user,
Long commentId,
CommentService.CommentParameters commentParameters)
Confirms the parameters to update a comment are valid and that the updating user has the permission to do so.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCommentService.update(ApplicationUser user,
CommentService.CommentUpdateValidationResult validationResult,
boolean dispatchEvent) |
void |
CommentService.update(ApplicationUser user,
CommentService.CommentUpdateValidationResult updateCommentValidationResult,
boolean dispatchEvent)
Updates a
Comment and sets the comments updated date to be now and the updatedAuthor to be the
passed in user. |
Copyright © 2002-2019 Atlassian. All Rights Reserved.