Class PublishDraftWorkflow

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

public class PublishDraftWorkflow extends AbstractWorkflowDraftResultAction
This webwork Action will do validation, and then display a confirmation screen to the user when they want to publish a draft workflow to become active.
Since:
v3.13
See Also:
  • Constructor Details

  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • doValidation

      protected void doValidation()
      Overrides:
      doValidation in class webwork.action.ActionSupport
    • doExecute

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

      public boolean isEnableBackup()
    • setEnableBackup

      public void setEnableBackup(boolean enableBackup)
    • getNewWorkflowName

      public String getNewWorkflowName()
    • setNewWorkflowName

      public void setNewWorkflowName(String newWorkflowName)
    • getBooleanList

      public Collection getBooleanList()
    • getWorkflowDisplayName

      public String getWorkflowDisplayName()
    • isMadeDeliberateChoice

      public boolean isMadeDeliberateChoice()
    • setMadeDeliberateChoice

      public void setMadeDeliberateChoice(boolean madeDeliberateChoice)