Class AddParticipantsToConversationCmd

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

public class AddParticipantsToConversationCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Collection<String>>
Author:
Filip Hrisafov, Micha Kiener
  • Field Details

    • conversationId

      protected final String conversationId
    • joinParticipantsData

      protected final List<JoinParticipantsData> joinParticipantsData
    • identityLinkService

      protected org.flowable.identitylink.service.IdentityLinkService identityLinkService
    • conversationRegistry

      protected ConversationRegistryEntryEntityManager conversationRegistry
    • messageService

      protected MessageService messageService
    • clock

      protected org.flowable.common.engine.impl.runtime.Clock clock
  • Constructor Details

  • Method Details