Uses of Interface
com.flowable.platform.notification.api.Notification
-
Packages that use Notification Package Description com.flowable.platform.notification.api -
-
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(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)
-