Class RemoveUserAccountFromConversationCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.RemoveUserAccountFromConversationCmd
All Implemented Interfaces:
Command<Void>

public class RemoveUserAccountFromConversationCmd extends Object implements Command<Void>
Author:
Filip Hrisafov
  • Field Details

    • userAccountId

      protected final String userAccountId
    • conversationId

      protected final String conversationId
  • Constructor Details

    • RemoveUserAccountFromConversationCmd

      @Deprecated public RemoveUserAccountFromConversationCmd(String conversationId)
      Deprecated.
    • RemoveUserAccountFromConversationCmd

      public RemoveUserAccountFromConversationCmd(String userAccountId, String conversationId)
  • Method Details