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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRemoveUserAccountFromConversationCmd
(String conversationId) Deprecated.RemoveUserAccountFromConversationCmd
(String userAccountId, String conversationId) -
Method Summary
-
Field Details
-
userAccountId
-
conversationId
-
-
Constructor Details
-
RemoveUserAccountFromConversationCmd
Deprecated. -
RemoveUserAccountFromConversationCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-