Modifier and Type | Method and Description |
---|---|
EventType |
DefaultEventTypeManager.getEventType(Long id) |
EventType |
EventTypeManager.getEventType(Long id)
Returns the event type with the specified
id |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
EventType |
EventNotifications.getEventType() |
Constructor and Description |
---|
EventNotifications(EventType eventType,
Iterable<Notification> notifications) |
Modifier and Type | Method and Description |
---|---|
Template |
DefaultTemplateManager.getDefaultTemplate(EventType eventType)
Retrieve the default template for specified event type.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,EventType> |
EditNotifications.getEvents() |
Map<Long,EventType> |
AddNotification.getEvents() |
Copyright © 2002-2015 Atlassian. All Rights Reserved.