Uses of Class
com.atlassian.jira.event.type.EventType

Packages that use EventType
com.atlassian.jira.event.type   
com.atlassian.jira.template   
com.atlassian.jira.web.action.admin.eventtype   
 

Uses of EventType in com.atlassian.jira.event.type
 

Methods in com.atlassian.jira.event.type that return EventType
 EventType DefaultEventTypeManager.getEventType(Long id)
          Retrieve the event type by the specified id.
 EventType EventTypeManager.getEventType(Long id)
           
 

Methods in com.atlassian.jira.event.type with parameters of type EventType
 void DefaultEventTypeManager.addEventType(EventType eventType)
           
 void EventTypeManager.addEventType(EventType eventType)
           
 Map DefaultEventTypeManager.getAssociatedNotificationSchemes(EventType eventType)
          Return a collection of notificiation scheme names that the specified eventType is associated with.
 Map EventTypeManager.getAssociatedNotificationSchemes(EventType eventType)
           
 org.apache.commons.collections.MultiMap DefaultEventTypeManager.getAssociatedWorkflows(EventType eventType, boolean statusCheck)
          Determines which workflows and transitions are associated with the specified eventType.
 org.apache.commons.collections.MultiMap EventTypeManager.getAssociatedWorkflows(EventType eventType, boolean statusCheck)
           
 boolean DefaultEventTypeManager.isActive(EventType eventType)
          Determine if the EventType specified is associated with a workflow and/or notification scheme.
 boolean EventTypeManager.isActive(EventType eventType)
           
 

Uses of EventType in com.atlassian.jira.template
 

Methods in com.atlassian.jira.template with parameters of type EventType
 Template DefaultTemplateManager.getDefaultTemplate(EventType eventType)
          Retrieve the default template for specified event type.
 

Uses of EventType in com.atlassian.jira.web.action.admin.eventtype
 

Methods in com.atlassian.jira.web.action.admin.eventtype with parameters of type EventType
 Map<Long,String> ListEventTypes.getAssociatedNotificationSchemes(EventType eventType)
          Retrieve a map of scheme ids to scheme names that are associsated with this EventType
 org.apache.commons.collections.MultiMap ListEventTypes.getAssociatedWorkflows(EventType eventType)
          Determines which workflows and transitions are associated with the specified eventType.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.