Uses of Interface
com.flowable.platform.notification.api.Notification
Package | Description |
---|---|
com.flowable.notification.engine.impl | |
com.flowable.platform.notification.api |
-
Uses of Notification in com.flowable.notification.engine.impl
Fields in com.flowable.notification.engine.impl declared as Notification Modifier and Type Field Description protected Notification
DeliveryContextImpl. notification
Methods in com.flowable.notification.engine.impl that return Notification Modifier and Type Method Description Notification
DeliveryContextImpl. getNotification()
Methods in com.flowable.notification.engine.impl with parameters of type Notification Modifier and Type Method Description <T> void
NotificationServiceImpl. sendNotification(java.lang.String userId, Notification notification, NotificationMessageProvider<T> messageProvider)
Constructors in com.flowable.notification.engine.impl with parameters of type Notification Constructor Description DeliveryContextImpl(NotificationMessageProvider<T> messageProvider, Notification notification, java.lang.String recipientId)
-
Uses of Notification in com.flowable.platform.notification.api
Classes in com.flowable.platform.notification.api that implement Notification Modifier and Type Class Description class
BaseNotification
Fields in com.flowable.platform.notification.api declared as Notification Modifier and Type Field Description protected Notification
BaseNotificationMessage. notification
Methods in com.flowable.platform.notification.api that return Notification Modifier and Type Method Description Notification
BaseNotificationMessage. getNotification()
Notification
DeliveryContext. getNotification()
The information for sending the information.Notification
NotificationMessage. getNotification()
The notification information use for deciding how a message should be displayed.Methods in com.flowable.platform.notification.api with parameters of type Notification Modifier and Type Method Description <T> void
NotificationService. sendNotification(java.lang.String userId, Notification notification, NotificationMessageProvider<T> messageProvider)
Send a notification based on the givenNotification
with themessage
as a content.Constructors in com.flowable.platform.notification.api with parameters of type Notification Constructor Description BaseNotificationMessage(T payload, Notification notification)