Class RemoveUserAccountFromConversationCmd
- java.lang.Object
-
- com.flowable.engage.engine.impl.cmd.RemoveUserAccountFromConversationCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected String
conversationId
protected String
userAccountId
-
Constructor Summary
Constructors Constructor Description RemoveUserAccountFromConversationCmd(String conversationId)
Deprecated.RemoveUserAccountFromConversationCmd(String userAccountId, String conversationId)
-
-
-
Constructor Detail
-
RemoveUserAccountFromConversationCmd
@Deprecated public RemoveUserAccountFromConversationCmd(String conversationId)
Deprecated.
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-