Class AbstractWorkflowTransitionAction

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.workflow.AbstractWorkflowAction
com.atlassian.jira.web.action.admin.workflow.AbstractWorkflowTransitionAction
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
Direct Known Subclasses:
AbstractAddWorkflowTransitionDescriptor, AbstractAddWorkflowTransitionDescriptorParams, AbstractDeleteWorkflowTransitionDescriptor, AbstractEditWorkflowTransitionDescriptorParams, DeleteWorkflowTransitionCondition, ViewWorkflowTransition, ViewWorkflowTransitionConditionalResult

public class AbstractWorkflowTransitionAction extends AbstractWorkflowAction
See Also:
  • Field Details

    • workflowService

      protected final WorkflowService workflowService
    • moduleDescriptorFactory

      protected final com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory
  • Constructor Details

    • AbstractWorkflowTransitionAction

      public AbstractWorkflowTransitionAction(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService, com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory)
    • AbstractWorkflowTransitionAction

      public AbstractWorkflowTransitionAction(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition, com.atlassian.plugin.PluginAccessor pluginAccessor, WorkflowService workflowService, com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory)
  • Method Details

    • getWorkflow

      public JiraWorkflow getWorkflow()
      Overrides:
      getWorkflow in class AbstractWorkflowAction
    • getStep

      public com.opensymphony.workflow.loader.StepDescriptor getStep()
    • getTransition

      public com.opensymphony.workflow.loader.ActionDescriptor getTransition()
    • getPluginAccessor

      protected com.atlassian.plugin.PluginAccessor getPluginAccessor()