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

Packages that use EventType
com.atlassian.jira.event.type   
com.atlassian.jira.template   
 

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

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

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

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.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.