Uses of Class
com.atlassian.jira.issue.util.IssueUpdateBean

Packages that use IssueUpdateBean
com.atlassian.jira.action.issue   
com.atlassian.jira.config   
com.atlassian.jira.issue.util   
 

Uses of IssueUpdateBean in com.atlassian.jira.action.issue
 

Methods in com.atlassian.jira.action.issue with parameters of type IssueUpdateBean
protected  void AbstractIssueUpdateAction.doUpdate(IssueUpdateBean issueUpdateBean, boolean generateChangeItems)
           
 

Uses of IssueUpdateBean in com.atlassian.jira.config
 

Methods in com.atlassian.jira.config that return IssueUpdateBean
 IssueUpdateBean DefaultSubTaskManager.changeParent(org.ofbiz.core.entity.GenericValue subTask, org.ofbiz.core.entity.GenericValue newParentIssue, com.atlassian.crowd.embedded.api.User currentUser)
           
 IssueUpdateBean SubTaskManager.changeParent(org.ofbiz.core.entity.GenericValue subTask, org.ofbiz.core.entity.GenericValue parentIssue, com.atlassian.crowd.embedded.api.User currentUser)
          Deprecated. Use SubTaskManager.changeParent(com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v5.0.
 IssueUpdateBean DefaultSubTaskManager.changeParent(Issue subTask, Issue parentIssue, com.atlassian.crowd.embedded.api.User currentUser)
           
 IssueUpdateBean SubTaskManager.changeParent(Issue subTask, Issue parentIssue, com.atlassian.crowd.embedded.api.User currentUser)
          Change the parent of the given subtask to the given new parent on behalf of the given user.
 

Uses of IssueUpdateBean in com.atlassian.jira.issue.util
 

Methods in com.atlassian.jira.issue.util with parameters of type IssueUpdateBean
 void DefaultIssueUpdater.doUpdate(IssueUpdateBean iub, boolean generateChangeItems)
           
 void IssueUpdater.doUpdate(IssueUpdateBean issueUpdateBean, boolean generateChangeItems)
          Stores any changes to the issue optionally including a changelog and conditionally dispatches an IssueUpdate event if the changes were real and made to significant fields.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.