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
Fields in com.flowable.engage.engine.impl.cmd with type parameters of type ParticipantModifier and TypeFieldDescriptionprotected final Collection<Participant>
SendConversationNotificationCmd.NotificationEvaluationContext.participants
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) SendConversationNotificationCmd.NotificationEvaluationContext.participants()
Methods in com.flowable.engage.engine.impl.cmd with parameters of type ParticipantModifier and TypeMethodDescriptionboolean
SendConversationNotificationCmd.NotificationEvaluationContext.isConversationMutedFor
(Participant participant) Constructor parameters in com.flowable.engage.engine.impl.cmd with type arguments of type ParticipantModifierConstructorDescriptionprotected
NotificationEvaluationContext
(CommandContext commandContext, Collection<Participant> participants) -
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 ParticipantModifier and TypeMethodDescriptionParticipantsBuilder.build()
NotificationEvaluationProvider.Context.participants()
Methods in com.flowable.engage.engine.impl.notification with parameters of type ParticipantModifier and TypeMethodDescriptionboolean
NotificationEvaluationProvider.Context.isConversationMutedFor
(Participant participant) Method parameters in com.flowable.engage.engine.impl.notification with type arguments of type ParticipantModifier and TypeMethodDescriptionNotificationEvaluationProvider.evaluateNotifications
(Message data, Conversation conversation, Collection<Participant> participants) Deprecated.NotificationEvaluationProviderImpl.evaluateNotifications
(Message data, Conversation conversation, Collection<Participant> participants)