public interface NotificationProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the notification provider.
|
void |
sendNotification(NotificationContext notificationContext)
Sends a notification using the notification provider.
|
@NotAuditable java.lang.String getName()
@NotAuditable void sendNotification(NotificationContext notificationContext)
notificationContext - notification contextCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.