com.atlassian.jira.web.action.admin.workflow
Class ViewWorkflowTransition

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by com.atlassian.jira.action.JiraActionSupport
          extended by com.atlassian.jira.web.action.JiraWebActionSupport
              extended by com.atlassian.jira.web.action.admin.workflow.AbstractWorkflowTransitionAction
                  extended by com.atlassian.jira.web.action.admin.workflow.ViewWorkflowTransition
All Implemented Interfaces:
ErrorCollection, I18nHelper, java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class ViewWorkflowTransition
extends AbstractWorkflowTransitionAction

See Also:
Serialized Form

Field Summary
static java.lang.String DESCRIPTOR_TAB_ALL
           
static java.lang.String DESCRIPTOR_TAB_CONDITIONS
           
static java.lang.String DESCRIPTOR_TAB_DEFAULT
           
static java.lang.String DESCRIPTOR_TAB_OTHER
           
static java.lang.String DESCRIPTOR_TAB_POST_FUNCTIONS
           
static java.lang.String DESCRIPTOR_TAB_VALIDATORS
           
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request
 
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
ViewWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager, ConstantsManager constantsManager, CollectionReorderer collectionReorderer)
           
ViewWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginManager pluginManager, ConstantsManager constantsManager, CollectionReorderer collectionReorderer)
           
 
Method Summary
 java.lang.String doMoveWorkflowFunctionDown()
           
 java.lang.String doMoveWorkflowFunctionUp()
           
 java.lang.String getDescriptorTab()
           
 int getDown()
           
 int getNumberConditions()
           
 org.ofbiz.core.entity.GenericValue getStatus(java.lang.String id)
           
 com.opensymphony.workflow.loader.StepDescriptor getStepDescriptor(com.opensymphony.workflow.loader.ConditionalResultDescriptor conditionalResultDescriptor)
           
 java.util.Collection getStepsForTransition()
           
 int getUp()
           
protected  java.lang.String getViewRedirect()
           
 boolean isCommon()
           
 boolean isGlobal()
           
 boolean isInitial()
           
 boolean isShowOtherTab()
           
 void setDescriptorTab(java.lang.String descriptorTab)
           
 void setDown(int down)
           
 void setUp(int up)
           
 
Methods inherited from class com.atlassian.jira.web.action.admin.workflow.AbstractWorkflowTransitionAction
getPluginManager, getStep, getTransition, getWorkflow
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, getAssignableUsers, getAssignableUsers, getCachedGroups, getColumnViewHtml, getComponentManager, getConstantsManager, getCustomFieldHtml, getCustomFieldXML, getDefaultAssignee, getDefaultResourceBundle, getField, getLocale, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getReturnUrl, getText, getText, getText, getText, getText, getUserFullName, getUserPreferences, getVersionManager, isDefaultAssignee, isDefaultAssignee, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee, processDefaultAssignee, setReturnUrl
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, getUnescapedText, getWatcherManager, hasAnyErrors, isIndexing
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, doDefault, doExecute, doValidation, 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 com.atlassian.jira.util.ErrorCollection
addError, addErrorMessage, addErrorMessages, addErrors, getErrorMessages, getErrors, hasAnyErrors
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Field Detail

DESCRIPTOR_TAB_ALL

public static final java.lang.String DESCRIPTOR_TAB_ALL
See Also:
Constant Field Values

DESCRIPTOR_TAB_CONDITIONS

public static final java.lang.String DESCRIPTOR_TAB_CONDITIONS
See Also:
Constant Field Values

DESCRIPTOR_TAB_VALIDATORS

public static final java.lang.String DESCRIPTOR_TAB_VALIDATORS
See Also:
Constant Field Values

DESCRIPTOR_TAB_POST_FUNCTIONS

public static final java.lang.String DESCRIPTOR_TAB_POST_FUNCTIONS
See Also:
Constant Field Values

DESCRIPTOR_TAB_OTHER

public static final java.lang.String DESCRIPTOR_TAB_OTHER
See Also:
Constant Field Values

DESCRIPTOR_TAB_DEFAULT

public static final java.lang.String DESCRIPTOR_TAB_DEFAULT
See Also:
Constant Field Values
Constructor Detail

ViewWorkflowTransition

public ViewWorkflowTransition(JiraWorkflow workflow,
                              com.opensymphony.workflow.loader.StepDescriptor step,
                              com.opensymphony.workflow.loader.ActionDescriptor transition,
                              com.atlassian.plugin.PluginManager pluginManager,
                              ConstantsManager constantsManager,
                              CollectionReorderer collectionReorderer)

ViewWorkflowTransition

public ViewWorkflowTransition(JiraWorkflow workflow,
                              com.opensymphony.workflow.loader.ActionDescriptor transition,
                              com.atlassian.plugin.PluginManager pluginManager,
                              ConstantsManager constantsManager,
                              CollectionReorderer collectionReorderer)
Method Detail

getStepDescriptor

public com.opensymphony.workflow.loader.StepDescriptor getStepDescriptor(com.opensymphony.workflow.loader.ConditionalResultDescriptor conditionalResultDescriptor)

getStatus

public org.ofbiz.core.entity.GenericValue getStatus(java.lang.String id)

doMoveWorkflowFunctionUp

public java.lang.String doMoveWorkflowFunctionUp()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

doMoveWorkflowFunctionDown

public java.lang.String doMoveWorkflowFunctionDown()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

getViewRedirect

protected java.lang.String getViewRedirect()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getUp

public int getUp()

setUp

public void setUp(int up)

getDown

public int getDown()

setDown

public void setDown(int down)

getStepsForTransition

public java.util.Collection getStepsForTransition()

isInitial

public boolean isInitial()

isGlobal

public boolean isGlobal()

isCommon

public boolean isCommon()

getDescriptorTab

public java.lang.String getDescriptorTab()

setDescriptorTab

public void setDescriptorTab(java.lang.String descriptorTab)

getNumberConditions

public int getNumberConditions()

isShowOtherTab

public boolean isShowOtherTab()


Copyright © 2002-2006 Atlassian. All Rights Reserved.