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

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.util.I18nHelper
I18nHelper.BeanFactory
 
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.admin.workflow.AbstractWorkflowTransitionAction
workflowService
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilters
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages
 
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.PluginAccessor pluginAccessor, ConstantsManager constantsManager, CollectionReorderer collectionReorderer, WorkflowService workflowService)
           
ViewWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, ConstantsManager constantsManager, CollectionReorderer collectionReorderer, WorkflowService workflowService)
           
 
Method Summary
 java.lang.String doChangeLogicOperator()
           
 java.lang.String doMoveWorkflowFunctionDown()
           
 java.lang.String doMoveWorkflowFunctionUp()
           
 java.lang.String getCount()
           
 java.lang.String getCurrentCount()
           
 java.lang.String getDescriptorTab()
           
 int getDown()
           
 FieldScreen getFieldScreen()
           
 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(java.lang.String postfix)
           
 boolean isCommon()
           
 boolean isGlobal()
           
 boolean isInitial()
           
 boolean isShowOtherTab()
           
 boolean isTransitionWithoutStepChange()
           
 void setCount(java.lang.String count)
           
 void setCurrentCount(java.lang.String currentCount)
           
 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
getPluginAccessor, getStep, getTransition, getWorkflow, getWorkflowDisplayName
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, forceRedirect, getApplicationProperties, getAssignableUsers, getAssignableUsers, getCachedGroups, getComponentManager, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDescTranslation, getExternalLinkUtils, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getJiraServiceContext, getLanguage, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRandomHint, getRedirect, getRemoteUser, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getText, getTimeFormat, getUriValidator, getUserFullName, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, htmlEncode, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, returnComplete, returnComplete, returnCompleteWithInlineRedirect, setConglomerateCookieValue, setInline, setReturnUrl, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getDefaultResourceBundle, getDelegator, getKeysForPrefix, getLocale, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText0, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isEnterprise, isIndexing, isProfessional, isProfessionalOrEnterprise, isStandard, removeKeyOrAddError
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, doDefault, doExecute, doValidation, getCommandName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, 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, setErrorMessages
 
Methods inherited from interface webwork.action.CommandDriven
getCommandName, 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.PluginAccessor pluginAccessor,
                              ConstantsManager constantsManager,
                              CollectionReorderer collectionReorderer,
                              WorkflowService workflowService)

ViewWorkflowTransition

public ViewWorkflowTransition(JiraWorkflow workflow,
                              com.opensymphony.workflow.loader.ActionDescriptor transition,
                              com.atlassian.plugin.PluginAccessor pluginAccessor,
                              ConstantsManager constantsManager,
                              CollectionReorderer collectionReorderer,
                              WorkflowService workflowService)
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

doChangeLogicOperator

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

getViewRedirect

protected java.lang.String getViewRedirect(java.lang.String postfix)

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()

isTransitionWithoutStepChange

public boolean isTransitionWithoutStepChange()

getDescriptorTab

public java.lang.String getDescriptorTab()

setDescriptorTab

public void setDescriptorTab(java.lang.String descriptorTab)

getNumberConditions

public int getNumberConditions()

isShowOtherTab

public boolean isShowOtherTab()

getFieldScreen

public FieldScreen getFieldScreen()

getCount

public java.lang.String getCount()

setCount

public void setCount(java.lang.String count)

getCurrentCount

public java.lang.String getCurrentCount()

setCurrentCount

public void setCurrentCount(java.lang.String currentCount)


Copyright © 2002-2010 Atlassian. All Rights Reserved.