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 NotificationDeliveryContextImpl. notificationMethods in com.flowable.notification.engine.impl that return Notification Modifier and Type Method Description NotificationDeliveryContextImpl. getNotification()Methods in com.flowable.notification.engine.impl with parameters of type Notification Modifier and Type Method Description <T> voidNotificationServiceImpl. 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 classBaseNotificationFields in com.flowable.platform.notification.api declared as Notification Modifier and Type Field Description protected NotificationBaseNotificationMessage. notificationMethods in com.flowable.platform.notification.api that return Notification Modifier and Type Method Description NotificationBaseNotificationMessage. getNotification()NotificationDeliveryContext. getNotification()The information for sending the information.NotificationNotificationMessage. 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> voidNotificationService. sendNotification(java.lang.String userId, Notification notification, NotificationMessageProvider<T> messageProvider)Send a notification based on the givenNotificationwith themessageas a content.Constructors in com.flowable.platform.notification.api with parameters of type Notification Constructor Description BaseNotificationMessage(T payload, Notification notification)