Class SendConversationNotificationCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.SendConversationNotificationCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class SendConversationNotificationCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Filip Hrisafov
  • Field Details

    • message

      protected final Message message
    • conversation

      protected final Conversation conversation
  • Constructor Details

    • SendConversationNotificationCmd

      public SendConversationNotificationCmd(Message message, Conversation conversation)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>
    • getParticipants

      protected List<Participant> getParticipants(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Conversation permissions)
    • getParticipants

      protected List<Participant> getParticipants(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Message message)
    • resolveGroupMembers

      protected Collection<String> resolveGroupMembers(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String groupId)
    • resolveGroupMembers

      protected Collection<String> resolveGroupMembers(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Collection<String> groupIds)