Class LinkConversationWithUserAccountCmd

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

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

    • conversationId

      protected final String conversationId
    • userAccountId

      protected final String userAccountId
  • Constructor Details

    • LinkConversationWithUserAccountCmd

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