Class ListWorkflows

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

public class ListWorkflows extends AbstractWorkflowDraftResultAction
See Also:
  • Constructor Details

  • Method Details

    • doExecute

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

      public String doAddNewWorkflow() throws Exception
      Throws:
      Exception
    • doAddWorkflow

      public String doAddWorkflow() throws Exception
      Throws:
      Exception
    • setWorkflowName

      public void setWorkflowName(String workflowName)
    • doDeleteWorkflow

      public String doDeleteWorkflow() throws Exception
      Throws:
      Exception
    • getWorkflows

      public Collection<JiraWorkflow> getWorkflows()
    • getActiveWorkflows

      public List<JiraWorkflow> getActiveWorkflows()
    • getInactiveWorkflows

      public List<JiraWorkflow> getInactiveWorkflows()
    • getDraftFor

      public JiraWorkflow getDraftFor(String workflowName)
    • getLastModifiedDateForDraft

      public String getLastModifiedDateForDraft(JiraWorkflow workflow)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getWorkflow

      public JiraWorkflow getWorkflow()
      Overrides:
      getWorkflow in class AbstractWorkflowDraftResultAction
    • getNewWorkflowName

      public String getNewWorkflowName()
    • setNewWorkflowName

      public void setNewWorkflowName(String newWorkflowName)
    • isNoProjects

      public boolean isNoProjects() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getWorkflowName

      public String getWorkflowName()
    • setConfirmedDelete

      public void setConfirmedDelete(boolean confirmedDelete)
    • getSchemesForWorkflow

      public Collection getSchemesForWorkflow(JiraWorkflow workflow)
    • getHasSchemesForWorkflowIncludingDrafts

      public boolean getHasSchemesForWorkflowIncludingDrafts(JiraWorkflow workflow)
    • setWorkflowMode

      public void setWorkflowMode(String workflowMode)
    • isParentWorkflowActive

      public boolean isParentWorkflowActive(JiraWorkflow workflow)