public interface NotificationService
Modifier and Type | Method and Description |
---|---|
boolean |
exists(String notificationProvider)
Indicates whether a notification provider exists or not.
|
List<String> |
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(String notificationProvider,
NotificationContext notificationContext)
Send notification using the names notification provider and notification context.
|
@NotAuditable void register(NotificationProvider notificationProvider)
notificationProvider
- notification provider@NotAuditable List<String> getNotificationProviders()
@NotAuditable boolean exists(String notificationProvider)
notificationProvider
- notification provider@NotAuditable void sendNotification(String notificationProvider, NotificationContext notificationContext)
notificationProvider
- notification providernotificationContext
- notification contextCopyright © 2005–2017 Alfresco Software. All rights reserved.