public interface NotificationService
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(java.lang.String notificationProvider)
Indicates whether a notification provider exists or not.
|
java.util.List |
getNotificationProviders()
Gets a list of all the currently available notification providers.
|
void |
register(NotificationProvider notificationProvider)
Registers a notification provider with the notification service.
|
void |
sendNotification(java.lang.String notificationProvider,
NotificationContext notificationContext)
Send notification using the names notification provider and notification context.
|
@NotAuditable void register(NotificationProvider notificationProvider)
notificationProvider - notification provider@NotAuditable java.util.List getNotificationProviders()
List<String> notification provider names@NotAuditable boolean exists(java.lang.String notificationProvider)
notificationProvider - notification provider@NotAuditable
void sendNotification(java.lang.String notificationProvider,
NotificationContext notificationContext)
notificationProvider - notification providernotificationContext - notification contextCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.