Class ViewWorkflowTransitionMetaAttributes

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.workflow.AbstractWorkflowAction
com.atlassian.jira.web.action.admin.workflow.ViewWorkflowTransitionMetaAttributes
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class ViewWorkflowTransitionMetaAttributes extends AbstractWorkflowAction
See Also:
  • Constructor Details

    • ViewWorkflowTransitionMetaAttributes

      public ViewWorkflowTransitionMetaAttributes(JiraWorkflow workflow, com.opensymphony.workflow.loader.StepDescriptor step, com.opensymphony.workflow.loader.ActionDescriptor transition)
    • ViewWorkflowTransitionMetaAttributes

      public ViewWorkflowTransitionMetaAttributes(JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor transition)
  • Method Details

    • doExecute

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

      public com.opensymphony.workflow.loader.StepDescriptor getStep()
    • getTransition

      public com.opensymphony.workflow.loader.ActionDescriptor getTransition()