Class ViewWorkflowStepMetaAttributes

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.ViewWorkflowStepMetaAttributes
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class ViewWorkflowStepMetaAttributes extends AbstractWorkflowAction
See Also:
  • Constructor Details

  • Method Details

    • doExecute

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

      public String getRemoveAttributeUrl(String key)
    • getStep

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

      public Map<String,String> getMetaAttributes()
    • doAddMetaAttribute

      public String doAddMetaAttribute() throws Exception
      Throws:
      Exception
    • doRemoveMetaAttribute

      public String doRemoveMetaAttribute() throws Exception
      Throws:
      Exception
    • getAttributeKey

      public String getAttributeKey()
    • setAttributeKey

      public void setAttributeKey(String attributeKey)
    • getAttributeValue

      public String getAttributeValue()
    • setAttributeValue

      public void setAttributeValue(String attributeValue)