|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.notification.NotificationServiceImpl
public class NotificationServiceImpl
Notification service implementation.
| Constructor Summary | |
|---|---|
NotificationServiceImpl()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationServiceImpl()
| Method Detail |
|---|
public void register(NotificationProvider notificationProvider)
NotificationService
register in interface NotificationServicenotificationProvider - notification providerNotificationService.register(org.alfresco.service.cmr.notification.NotificationProvider)public boolean exists(java.lang.String notificationProvider)
NotificationService
exists in interface NotificationServicenotificationProvider - notification provider
NotificationService.exists(java.lang.String)public java.util.List getNotificationProviders()
NotificationService
getNotificationProviders in interface NotificationServiceList<String> notification provider namesNotificationService.getNotificationProviders()
public void sendNotification(java.lang.String notificationProvider,
NotificationContext notificationContext)
NotificationService
sendNotification in interface NotificationServicenotificationProvider - notification providernotificationContext - notification contextNotificationService.sendNotification(java.lang.String, org.alfresco.service.cmr.notification.NotificationContext)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||