Uses of Class
com.atlassian.jira.exception.UpdateException

Packages that use UpdateException
com.atlassian.jira.issue   
com.atlassian.jira.issue.managers   
 

Uses of UpdateException in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that throw UpdateException
 Issue IssueManager.updateIssue(User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
          This method will store the provided issue to the JIRA datastore.
 Issue IssueManager.updateIssue(com.atlassian.crowd.embedded.api.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
          This method will store the provided issue to the JIRA datastore.
 

Uses of UpdateException in com.atlassian.jira.issue.managers
 

Methods in com.atlassian.jira.issue.managers that throw UpdateException
protected  void DefaultIssueManager.doUpdate(MutableIssue issue, org.ofbiz.core.entity.GenericValue originalIssueGV, EventDispatchOption eventDispatchOption, com.atlassian.crowd.embedded.api.User user, boolean sendMail, DefaultIssueChangeHolder issueChangeHolder)
           
 Issue DefaultIssueManager.updateIssue(User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 Issue DefaultIssueManager.updateIssue(com.atlassian.crowd.embedded.api.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.