Class SimpleWorkflowAction

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

public class SimpleWorkflowAction extends AbstractIssueSelectAction
This action handles workflow action without screens (WorkflowUIDispatcher redirects to this action).
See Also:
  • Constructor Details

    • SimpleWorkflowAction

      public SimpleWorkflowAction(IssueService issueService)
  • Method Details

    • doExecute

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

      public void setAction(int action)