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
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
conversationId
protected final String conversationId
-
userAccountId
protected final String userAccountId
-
Constructor Details
-
LinkConversationWithUserAccountCmd
public LinkConversationWithUserAccountCmd(String conversationId,
String userAccountId)
-