Uses of Interface
com.flowable.engage.engine.impl.notification.Participant
-
Packages that use 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 List<Participant>
SendConversationNotificationCmd. getParticipants(CommandContext commandContext, Conversation permissions)
protected List<Participant>
SendConversationNotificationCmd. getParticipants(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 List<Participant>
ParticipantsBuilder. build()
Method parameters in com.flowable.engage.engine.impl.notification with type arguments of type Participant 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)
-