com.atlassian.jira.action.issue
Class IssueUpdate

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.action.JiraNonWebActionSupport
              extended bycom.atlassian.jira.action.issue.AbstractIssueAction
                  extended bycom.atlassian.jira.action.issue.AbstractIssueUpdateAction
                      extended bycom.atlassian.jira.action.issue.IssueUpdate
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, I18nHelper, webwork.action.IllegalArgumentAware, Serializable

public class IssueUpdate
extends AbstractIssueUpdateAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.action.JiraNonWebActionSupport
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages
 
Fields inherited from interface com.atlassian.jira.util.I18nHelper
DEFAULT_RESOURCE_BUNDLE
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
IssueUpdate(IssueUpdater issueUpdater, TextAnalyzer textAnalyzer, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager)
           
 
Method Summary
 String doExecute()
           
 Integer getEventType()
           
 MutableIssue getIssueObject()
           
 void setEventType(Integer eventType)
           
 void setIssueObject(MutableIssue issueObject)
           
 
Methods inherited from class com.atlassian.jira.action.issue.AbstractIssueUpdateAction
doUpdate, doUpdate, doUpdate, doUpdate, doUpdateWithChangelog, getOriginalIssue, setIssue
 
Methods inherited from class com.atlassian.jira.action.issue.AbstractIssueAction
doValidation, getIssue
 
Methods inherited from class com.atlassian.jira.action.JiraNonWebActionSupport
doDefault, execute, getRemoteUser, isDispatchEvent, setDispatchEvent, setRemoteUser
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, getActionName, getApplicationProperties, getDefaultResourceBundle, getDelegator, getJiraLocaleUtils, getLocale, getResult, getText, getText, getText, getText, getText, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isIndexing, isProfessional
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Constructor Detail

IssueUpdate

public IssueUpdate(IssueUpdater issueUpdater,
                   TextAnalyzer textAnalyzer,
                   FieldManager fieldManager,
                   FieldLayoutManager fieldLayoutManager)
Method Detail

doExecute

public String doExecute()
                 throws Exception
Throws:
Exception

getIssueObject

public MutableIssue getIssueObject()

setIssueObject

public void setIssueObject(MutableIssue issueObject)

getEventType

public Integer getEventType()

setEventType

public void setEventType(Integer eventType)


Copyright © 2002-2006 Atlassian. All Rights Reserved.