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

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

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

Methods in com.atlassian.jira.bc.issue.comment that return CommentService.CommentParameters
 CommentService.CommentParameters CommentService.CommentParameters.CommentParametersBuilder.build()
           
 

Methods in com.atlassian.jira.bc.issue.comment that return types with arguments of type CommentService.CommentParameters
 com.atlassian.fugue.Option<CommentService.CommentParameters> CommentService.CommentCreateValidationResult.getCommentInputParameters()
           
 

Methods in com.atlassian.jira.bc.issue.comment with parameters of type CommentService.CommentParameters
 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.
 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.
 

Constructor parameters in com.atlassian.jira.bc.issue.comment with type arguments of type CommentService.CommentParameters
CommentService.CommentCreateValidationResult(ErrorCollection errorCollection, com.atlassian.fugue.Option<CommentService.CommentParameters> commentInputParameters)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.