Uses of Interface
com.flowable.platform.notification.api.Notification
Packages that use Notification
-
Uses of Notification in com.flowable.platform.notification.api
Classes in com.flowable.platform.notification.api that implement NotificationFields in com.flowable.platform.notification.api declared as NotificationModifier and TypeFieldDescriptionprotected final Notification
BaseNotificationMessage.notification
Methods in com.flowable.platform.notification.api that return NotificationModifier and TypeMethodDescriptionBaseNotificationMessage.getNotification()
DeliveryContext.getNotification()
The information for sending the information.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 NotificationModifier and TypeMethodDescription<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