Uses of Interface
org.alfresco.service.cmr.notification.NotificationProvider
-
Packages that use NotificationProvider Package Description org.alfresco.repo.notification org.alfresco.service.cmr.notification -
-
Uses of NotificationProvider in org.alfresco.repo.notification
Classes in org.alfresco.repo.notification that implement NotificationProvider Modifier and Type Class Description classEMailNotificationProviderEMail notification provider implementationMethods in org.alfresco.repo.notification with parameters of type NotificationProvider Modifier and Type Method Description voidNotificationServiceImpl. register(NotificationProvider notificationProvider) -
Uses of NotificationProvider in org.alfresco.service.cmr.notification
Methods in org.alfresco.service.cmr.notification with parameters of type NotificationProvider Modifier and Type Method Description voidNotificationService. register(NotificationProvider notificationProvider)Registers a notification provider with the notification service.
-