Class ListEventTypes

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

public class ListEventTypes extends JiraWebActionSupport
See Also:
  • Constructor Details

  • Method Details

    • doExecute

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

      public String doAddEventType()
    • doDeleteEventType

      public String doDeleteEventType()
    • doEditEventType

      public String doEditEventType()
    • getStepId

      public String getStepId(String workflowName, long actionDescriptorId)
      Determine a suitable stepId for the *ViewWorkflowTransition* link in the event type list. It is only necessary to retireve the first step id for the link as the screen for the transition is the same for each step.

      The initial step *Create Issue* does not have a related step id and is not needed for the link - so return null in this case.

      Parameters:
      workflowName -
      actionDescriptorId -
    • getShortList

      public List getShortList(Collection<com.opensymphony.workflow.loader.ActionDescriptor> transitions)
      Creates a short list of the workflow transitions limited to SHORT_LIST_COUNT
      Parameters:
      transitions - a collection of workflow transitions
      Returns:
      List a list of workflow transitions limited to SHORT_LIST_COUNT in size
    • getEventTypeManager

      public EventTypeManager getEventTypeManager()
    • getAssociatedWorkflows

      public org.apache.commons.collections.MultiMap getAssociatedWorkflows(EventType eventType)
      Determines which workflows and transitions are associated with the specified eventType.

      The event type can be associated with a workflow through a post function on any of the workflow transitions.

      Parameters:
      eventType - event type
      Returns:
      MultiMap WorkflowTransitionKeys -> transitions
    • getAssociatedNotificationSchemes

      public Map<Long,String> getAssociatedNotificationSchemes(EventType eventType)
      Retrieve a map of scheme ids to scheme names that are associsated with this EventType
      Parameters:
      eventType - the EventType
      Returns:
      Map of scheme ids -> scheme names
    • getTemplateManager

      public TemplateManager getTemplateManager()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isConfirmed

      public boolean isConfirmed()
    • setConfirmed

      public void setConfirmed(boolean confirmed)
    • getEventTypeId

      public Long getEventTypeId()
    • setEventTypeId

      public void setEventTypeId(Long eventTypeId)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getTemplateId

      public Long getTemplateId()
    • setTemplateId

      public void setTemplateId(Long templateId)