Uses of Class
org.alfresco.service.cmr.notification.NotificationContext
-
Packages that use NotificationContext Package Description org.alfresco.repo.notification org.alfresco.service.cmr.notification -
-
Uses of NotificationContext in org.alfresco.repo.notification
Methods in org.alfresco.repo.notification with parameters of type NotificationContext Modifier and Type Method Description voidEMailNotificationProvider. sendNotification(NotificationContext notificationContext)voidNotificationServiceImpl. sendNotification(java.lang.String notificationProvider, NotificationContext notificationContext) -
Uses of NotificationContext in org.alfresco.service.cmr.notification
Methods in org.alfresco.service.cmr.notification with parameters of type NotificationContext Modifier and Type Method Description voidNotificationProvider. sendNotification(NotificationContext notificationContext)Sends a notification using the notification provider.voidNotificationService. sendNotification(java.lang.String notificationProvider, NotificationContext notificationContext)Send notification using the names notification provider and notification context.
-