Uses of Interface
com.flowable.engage.engine.impl.notification.Participant
Package | Description |
---|---|
com.flowable.engage.engine.impl.cmd | |
com.flowable.engage.engine.impl.notification |
-
Uses of Participant in com.flowable.engage.engine.impl.cmd
Methods in com.flowable.engage.engine.impl.cmd that return types with arguments of type Participant Modifier and Type Method Description protected java.util.List<Participant>
SendConversationNotificationCmd. getParticipants(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Conversation permissions)
protected java.util.List<Participant>
SendConversationNotificationCmd. getParticipants(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Message message)
-
Uses of Participant in com.flowable.engage.engine.impl.notification
Classes in com.flowable.engage.engine.impl.notification that implement Participant Modifier and Type Class Description class
ParticipantImpl
Methods in com.flowable.engage.engine.impl.notification that return types with arguments of type Participant Modifier and Type Method Description java.util.List<Participant>
ParticipantsBuilder. build()
Method parameters in com.flowable.engage.engine.impl.notification with type arguments of type Participant 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)