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 IssueService.validateUpdate(com.opensymphony.user.User user, java.lang.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.
 IssueService.UpdateValidationResult DefaultIssueService.validateUpdate(com.opensymphony.user.User user, java.lang.Long issueId, IssueInputParameters issueInputParameters)
           
 

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



Copyright © 2002-2010 Atlassian. All Rights Reserved.