Uses of Interface
com.flowable.engage.api.notification.NotificationInfo
Packages that use NotificationInfo
Package
Description
-
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 -
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 NotificationInfoMethod parameters in com.flowable.engage.engine.delegate.event.impl with type arguments of type NotificationInfoModifier and TypeMethodDescriptionFlowableEngageEventBuilder.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 NotificationInfoModifierConstructorDescriptionFlowableSendNotificationEventImpl
(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 NotificationInfoMethods in com.flowable.engage.engine.impl.notification that return types with arguments of type NotificationInfoModifier and TypeMethodDescriptionNotificationEvaluationProvider.evaluateNotifications
(NotificationEvaluationProvider.Context context) Evaluates the notifications and message data read behavior for all participants according a rules set and the participants profile (e.g.NotificationEvaluationProvider.evaluateNotifications
(Message data, Conversation conversation, Collection<Participant> participants) Deprecated.NotificationEvaluationProviderImpl.evaluateNotifications
(NotificationEvaluationProvider.Context context) NotificationEvaluationProviderImpl.evaluateNotifications
(Message data, Conversation conversation, Collection<Participant> participants)