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.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.
 IssueService.UpdateValidationResult IssueService.validateUpdate(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.
 IssueService.UpdateValidationResult DefaultIssueService.validateUpdate(com.atlassian.crowd.embedded.api.User user, Long issueId, IssueInputParameters issueInputParameters)
           
 IssueService.UpdateValidationResult DefaultIssueService.validateUpdate(User user, Long issueId, IssueInputParameters issueInputParameters)
           
 

Methods in com.atlassian.jira.bc.issue with parameters of type IssueService.UpdateValidationResult
 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 IssueService.update(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)
           
 IssueService.IssueResult DefaultIssueService.update(User user, IssueService.UpdateValidationResult updateValidationResult)
           
 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.
 IssueService.IssueResult IssueService.update(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.atlassian.crowd.embedded.api.User user, IssueService.UpdateValidationResult issueValidationResult, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 IssueService.IssueResult DefaultIssueService.update(User user, IssueService.UpdateValidationResult updateValidationResult, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.