Uses of Class
com.atlassian.jira.bc.issue.IssueService.UpdateValidationResult

Packages that use IssueService.UpdateValidationResult
com.atlassian.jira.bc.issue   
 

Uses of IssueService.UpdateValidationResult in com.atlassian.jira.bc.issue
 

Methods in com.atlassian.jira.bc.issue that return IssueService.UpdateValidationResult
 IssueService.UpdateValidationResult DefaultIssueService.validateUpdate(com.atlassian.crowd.embedded.api.User user, Long issueId, IssueInputParameters issueInputParameters)
           
 IssueService.UpdateValidationResult IssueService.validateUpdate(com.atlassian.crowd.embedded.api.User user, Long issueId, IssueInputParameters issueInputParameters)
          This method will validate parameters and check permissions and if all checks pass it will construct a new instance of the Issue and will update it with the new parameters.
 

Methods in com.atlassian.jira.bc.issue with parameters of type IssueService.UpdateValidationResult
 IssueService.IssueResult DefaultIssueService.update(com.atlassian.crowd.embedded.api.User user, IssueService.UpdateValidationResult issueValidationResult)
           
 IssueService.IssueResult IssueService.update(com.atlassian.crowd.embedded.api.User user, IssueService.UpdateValidationResult updateValidationResult)
          This method will store the provided issue to the JIRA datastore.
 IssueService.IssueResult DefaultIssueService.update(com.atlassian.crowd.embedded.api.User user, IssueService.UpdateValidationResult issueValidationResult, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 IssueService.IssueResult IssueService.update(com.atlassian.crowd.embedded.api.User user, IssueService.UpdateValidationResult updateValidationResult, EventDispatchOption eventDispatchOption, boolean sendMail)
          This method will store the provided issue to the JIRA datastore.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.