Uses of Interface
org.alfresco.service.cmr.notification.NotificationService
-
Packages that use NotificationService Package Description org.alfresco.repo.notification org.alfresco.repo.service org.alfresco.repo.workflow org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of NotificationService in org.alfresco.repo.notification
Classes in org.alfresco.repo.notification that implement NotificationService Modifier and Type Class Description classNotificationServiceImplNotification service implementation.Methods in org.alfresco.repo.notification with parameters of type NotificationService Modifier and Type Method Description voidEMailNotificationProvider. setNotificationService(NotificationService notificationService) -
Uses of NotificationService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return NotificationService Modifier and Type Method Description NotificationServiceServiceDescriptorRegistry. getNotificationService() -
Uses of NotificationService in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow with parameters of type NotificationService Modifier and Type Method Description voidWorkflowNotificationUtils. setNotificationService(NotificationService service) -
Uses of NotificationService in org.alfresco.service
Methods in org.alfresco.service that return NotificationService Modifier and Type Method Description NotificationServiceServiceRegistry. getNotificationService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.
-