Class AbstractDeleteWorkflowTransitionDescriptor

All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
Direct Known Subclasses:
DeleteWorkflowTransitionPostFunction, DeleteWorkflowTransitionValidator

public abstract class AbstractDeleteWorkflowTransitionDescriptor extends AbstractWorkflowTransitionAction
See Also:
  • Constructor Details

    • AbstractDeleteWorkflowTransitionDescriptor

      protected AbstractDeleteWorkflowTransitionDescriptor(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)
    • AbstractDeleteWorkflowTransitionDescriptor

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

    • doValidation

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

      protected abstract void checkDescriptor()
    • getDescriptorCollection

      protected abstract List getDescriptorCollection()
    • getWorkflowDescriptorName

      public abstract String getWorkflowDescriptorName()
    • doExecute

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

      protected abstract void deleteWorkflowDescriptor() throws WorkflowException
      Throws:
      WorkflowException
    • getCount

      public int getCount()
    • setCount

      public void setCount(int count)