Class AbstractAddWorkflowTransitionDescriptor

All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
Direct Known Subclasses:
AddWorkflowTransitionCondition, AddWorkflowTransitionPostFunction, AddWorkflowTransitionValidator

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

    • AbstractAddWorkflowTransitionDescriptor

      public AbstractAddWorkflowTransitionDescriptor(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)
    • AbstractAddWorkflowTransitionDescriptor

      public AbstractAddWorkflowTransitionDescriptor(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
    • doExecute

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

      protected String getRedirectUrl()
    • getWorkflowModuleDescriptors

      public List getWorkflowModuleDescriptors() throws com.atlassian.plugin.PluginParseException
      Throws:
      com.atlassian.plugin.PluginParseException
    • getWorkflowModuleDescriptorType

      protected abstract String getWorkflowModuleDescriptorType()
    • getDescriptorNameKey

      public abstract String getDescriptorNameKey()
      Gets the i18n key for the name of the descriptor in play.
      Returns:
      the i18n key for the name of the descriptor in play.
    • getParamsActionName

      protected abstract String getParamsActionName()
    • isModulePresent

      protected abstract boolean isModulePresent(Class implementationClass)
    • getType

      public String getType()
    • setType

      public void setType(String type)