|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventType | |
---|---|
com.atlassian.jira.event.type | |
com.atlassian.jira.template | |
com.atlassian.jira.web.action.admin.eventtype | |
com.atlassian.jira.web.action.admin.notification |
Uses of EventType in com.atlassian.jira.event.type |
---|
Methods in com.atlassian.jira.event.type that return EventType | |
---|---|
EventType |
DefaultEventTypeManager.getEventType(Long id)
|
EventType |
EventTypeManager.getEventType(Long id)
Returns the event type with the specified id |
Methods in com.atlassian.jira.event.type that return types with arguments of type EventType | |
---|---|
Collection<EventType> |
DefaultEventTypeManager.getEventTypes()
|
Collection<EventType> |
EventTypeManager.getEventTypes()
Returns an immutable collection of all known event types. |
Map<Long,EventType> |
DefaultEventTypeManager.getEventTypesMap()
|
Map<Long,EventType> |
EventTypeManager.getEventTypesMap()
Returns an immutable map of all known event type IDs to the corresponding event types. |
Methods in com.atlassian.jira.event.type with parameters of type EventType | |
---|---|
void |
DefaultEventTypeManager.addEventType(EventType eventType)
|
void |
EventTypeManager.addEventType(EventType eventType)
|
Map<Long,String> |
DefaultEventTypeManager.getAssociatedNotificationSchemes(EventType eventType)
|
Map<Long,String> |
EventTypeManager.getAssociatedNotificationSchemes(EventType eventType)
Return a mapping of notification scheme ID to its name for each notification scheme that is associated with the specified eventType
The event type is associated with a notification scheme if the scheme has at least one notification type and
template selected for that event type. |
org.apache.commons.collections.MultiMap |
DefaultEventTypeManager.getAssociatedWorkflows(EventType eventType,
boolean statusCheck)
|
org.apache.commons.collections.MultiMap |
EventTypeManager.getAssociatedWorkflows(EventType eventType,
boolean statusCheck)
Determines which workflows and transitions are associated with the specified eventType. |
boolean |
DefaultEventTypeManager.isActive(EventType eventType)
|
boolean |
EventTypeManager.isActive(EventType eventType)
Determine if the specified eventType is associated with any workflow 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. |
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. |
Uses of EventType in com.atlassian.jira.web.action.admin.notification |
---|
Methods in com.atlassian.jira.web.action.admin.notification that return types with arguments of type EventType | |
---|---|
Map<Long,EventType> |
EditNotifications.getEvents()
|
Map<Long,EventType> |
AddNotification.getEvents()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |