Uses of Class
com.atlassian.jira.bc.issue.comment.CommentService.CommentCreateValidationResult
Packages that use CommentService.CommentCreateValidationResult
-
Uses of CommentService.CommentCreateValidationResult in com.atlassian.jira.bc.issue.comment
Methods in com.atlassian.jira.bc.issue.comment that return CommentService.CommentCreateValidationResultModifier and TypeMethodDescriptionCommentService.validateCommentCreate
(ApplicationUser user, CommentService.CommentParameters commentParameters) Confirms the parameters to create a comment are valid and that the user has the permission to do so.CommentService.validateCommentCreate
(ApplicationUser user, CommentService.CommentParameters commentParameters, Optional<Status> status) Confirms the parameters to create a comment are valid and that the user has the permission to do so if the issue was in the given status.DefaultCommentService.validateCommentCreate
(ApplicationUser user, CommentService.CommentParameters commentParameters) DefaultCommentService.validateCommentCreate
(ApplicationUser user, CommentService.CommentParameters commentParameters, Optional<Status> status) Methods in com.atlassian.jira.bc.issue.comment with parameters of type CommentService.CommentCreateValidationResultModifier and TypeMethodDescriptionCommentService.create
(ApplicationUser user, CommentService.CommentCreateValidationResult commentValidationResult, boolean dispatchEvent) DefaultCommentService.create
(ApplicationUser applicationUser, CommentService.CommentCreateValidationResult validationResult, boolean dispatchEvent)