Uses of Interface
com.flowable.engage.api.notification.NotificationInfo
-
Packages that use 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 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 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, boolean updateUnreadCount, boolean updateConversationLastMessageTime, 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, boolean updateUnreadCount, boolean updateConversationLastMessageTime, 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 Collection<NotificationInfo>
NotificationEvaluationProvider. evaluateNotifications(Message data, Conversation conversation, Collection<Participant> participants)
Evaluates the notifications and message data read behavior for all participants according a rules set and the participants profile (e.g.Collection<NotificationInfo>
NotificationEvaluationProviderImpl. evaluateNotifications(Message data, Conversation conversation, Collection<Participant> participants)
-