Class ViewWorkflowTransition

All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class ViewWorkflowTransition extends AbstractWorkflowTransitionAction
See Also:
  • Constructor Details

    • ViewWorkflowTransition

      public ViewWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, ConstantsManager constantsManager, WorkflowService workflowService, WorkflowTransitionTabProvider workflowTransitionTabProvider, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory)
    • ViewWorkflowTransition

      public ViewWorkflowTransition(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, ConstantsManager constantsManager, WorkflowService workflowService, WorkflowTransitionTabProvider workflowTransitionTabProvider, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory)
  • Method Details

    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getStepDescriptor

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

      public Status getStatus(String id)
    • getStatusObject

      public Status getStatusObject(String id)
    • doMoveWorkflowFunctionUp

      public String doMoveWorkflowFunctionUp() throws Exception
      Throws:
      Exception
    • doMoveWorkflowFunctionDown

      public String doMoveWorkflowFunctionDown() throws Exception
      Throws:
      Exception
    • doChangeLogicOperator

      public String doChangeLogicOperator() throws Exception
      Throws:
      Exception
    • getViewRedirect

      protected String getViewRedirect(String postfix)
    • getUp

      public int getUp()
    • setUp

      public void setUp(int up)
    • getDown

      public int getDown()
    • setDown

      public void setDown(int down)
    • getStepsForTransition

      public Collection getStepsForTransition()
    • isInitial

      public boolean isInitial()
    • isGlobal

      public boolean isGlobal()
    • isCommon

      public boolean isCommon()
    • isTransitionWithoutStepChange

      public boolean isTransitionWithoutStepChange()
    • getDescriptorTab

      public String getDescriptorTab()
      Overrides:
      getDescriptorTab in class AbstractWorkflowAction
    • setDescriptorTab

      public void setDescriptorTab(String descriptorTab)
      Overrides:
      setDescriptorTab in class AbstractWorkflowAction
    • getFieldScreen

      public FieldScreen getFieldScreen()
    • getCount

      public String getCount()
    • setCount

      public void setCount(String count)
    • getCurrentCount

      public String getCurrentCount()
    • setCurrentCount

      public void setCurrentCount(String currentCount)
    • getTabPanels

    • getTabPanelContent

      public String getTabPanelContent()