Uses of Interface
com.flowable.engage.api.notification.NotificationInfo
Package | Description |
---|---|
com.flowable.engage.api.delegate.event | |
com.flowable.engage.engine.delegate.event.impl | |
com.flowable.engage.engine.impl.notification |
-
Uses of NotificationInfo in com.flowable.engage.api.delegate.event
Methods in com.flowable.engage.api.delegate.event that return types with arguments of type NotificationInfo Modifier and Type Method Description java.util.Collection<NotificationInfo>
FlowableSendNotificationEvent. getNotificationInfo()
-
Uses of NotificationInfo in com.flowable.engage.engine.delegate.event.impl
Methods in com.flowable.engage.engine.delegate.event.impl that return types with arguments of type NotificationInfo Modifier and Type Method Description java.util.Collection<NotificationInfo>
FlowableSendNotificationEventImpl. getNotificationInfo()
Method parameters in com.flowable.engage.engine.delegate.event.impl with type arguments of type NotificationInfo Modifier and Type Method Description static FlowableSendNotificationEvent
FlowableEngageEventBuilder. createSendNotificationEvent(Conversation conversation, Message message, java.util.Collection<NotificationInfo> notificationInfo)
Constructor parameters in com.flowable.engage.engine.delegate.event.impl with type arguments of type NotificationInfo Constructor Description FlowableSendNotificationEventImpl(Conversation conversation, Message message, java.util.Collection<NotificationInfo> notificationInfo)
-
Uses of NotificationInfo in com.flowable.engage.engine.impl.notification
Classes in com.flowable.engage.engine.impl.notification that implement NotificationInfo Modifier and Type Class Description class
NotificationInfoImpl
Methods in com.flowable.engage.engine.impl.notification that return types with arguments of type NotificationInfo Modifier and Type Method Description java.util.Collection<NotificationInfo>
NotificationEvaluationProvider. evaluateNotifications(Message data, Conversation conversation, java.util.Collection<Participant> participants)
Evaluates the notifications and message data read behavior for all participants according a rules set and the participants profile (e.g.java.util.Collection<NotificationInfo>
NotificationEvaluationProviderImpl. evaluateNotifications(Message data, Conversation conversation, java.util.Collection<Participant> participants)