Uses of Class
com.atlassian.jira.bc.issue.comment.CommentService.CommentCreateValidationResult

Packages that use CommentService.CommentCreateValidationResult
com.atlassian.jira.bc.issue.comment   
 

Uses of CommentService.CommentCreateValidationResult in com.atlassian.jira.bc.issue.comment
 

Methods in com.atlassian.jira.bc.issue.comment that return CommentService.CommentCreateValidationResult
 CommentService.CommentCreateValidationResult DefaultCommentService.validateCommentCreate(ApplicationUser user, CommentService.CommentParameters commentParameters)
           
 CommentService.CommentCreateValidationResult CommentService.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.
 

Methods in com.atlassian.jira.bc.issue.comment with parameters of type CommentService.CommentCreateValidationResult
 Comment DefaultCommentService.create(ApplicationUser applicationUser, CommentService.CommentCreateValidationResult validationResult, boolean dispatchEvent)
           
 Comment CommentService.create(ApplicationUser user, CommentService.CommentCreateValidationResult commentValidationResult, boolean dispatchEvent)
          Creates and persists a Comment on given Issue.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.