Uses of Interface
com.flowable.platform.notification.api.NotificationService
Package | Description |
---|---|
com.flowable.notification.engine | |
com.flowable.notification.engine.impl | |
com.flowable.platform.notification.api |
-
Uses of NotificationService in com.flowable.notification.engine
Fields in com.flowable.notification.engine declared as NotificationService Modifier and Type Field Description protected NotificationService
NotificationEngineConfiguration. notificationService
protected NotificationService
NotificationEngineImpl. notificationService
Methods in com.flowable.notification.engine that return NotificationService Modifier and Type Method Description NotificationService
NotificationEngine. getNotificationService()
NotificationService
NotificationEngineConfiguration. getNotificationService()
NotificationService
NotificationEngineImpl. getNotificationService()
Methods in com.flowable.notification.engine with parameters of type NotificationService Modifier and Type Method Description void
NotificationEngineConfiguration. setNotificationService(NotificationService notificationService)
-
Uses of NotificationService in com.flowable.notification.engine.impl
Classes in com.flowable.notification.engine.impl that implement NotificationService Modifier and Type Class Description class
NotificationServiceImpl
-
Uses of NotificationService in com.flowable.platform.notification.api
Methods in com.flowable.platform.notification.api that return NotificationService Modifier and Type Method Description NotificationService
NotificationEngineConfigurationApi. getNotificationService()