Uses of Interface
com.flowable.engage.engine.impl.notification.Participant
Packages that use Participant
Package
Description
-
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 ParticipantModifier and TypeMethodDescriptionprotected 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 ParticipantMethods in com.flowable.engage.engine.impl.notification that return types with arguments of type ParticipantMethod parameters in com.flowable.engage.engine.impl.notification with type arguments of type ParticipantModifier and TypeMethodDescriptionNotificationEvaluationProvider.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.NotificationEvaluationProviderImpl.evaluateNotifications
(Message data, Conversation conversation, Collection<Participant> participants)