Uses of Class
com.atlassian.jira.bc.issue.comment.CommentService.CommentUpdateValidationResult
Packages that use CommentService.CommentUpdateValidationResult
-
Uses of CommentService.CommentUpdateValidationResult in com.atlassian.jira.bc.issue.comment
Methods in com.atlassian.jira.bc.issue.comment that return CommentService.CommentUpdateValidationResultModifier and TypeMethodDescriptionCommentService.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.DefaultCommentService.validateCommentUpdate
(ApplicationUser user, Long commentId, CommentService.CommentParameters commentParameters) Methods in com.atlassian.jira.bc.issue.comment with parameters of type CommentService.CommentUpdateValidationResultModifier and TypeMethodDescriptionvoid
CommentService.update
(ApplicationUser user, CommentService.CommentUpdateValidationResult updateCommentValidationResult, boolean dispatchEvent) Updates aComment
and sets the comments updated date to be now and the updatedAuthor to be the passed in user.void
DefaultCommentService.update
(ApplicationUser user, CommentService.CommentUpdateValidationResult validationResult, boolean dispatchEvent)