Class RemoveUserAccountFromConversationCmd

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

public class RemoveUserAccountFromConversationCmd extends Object implements org.flowable.common.engine.impl.interceptor.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

    • 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>