Class UpdateMessageActionInstanceIdCmd
java.lang.Object
com.flowable.engage.engine.impl.cmd.UpdateMessageActionInstanceIdCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
public class UpdateMessageActionInstanceIdCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
- Author:
- Tijs Rademakers
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
actionInstanceId
protected java.lang.String
messageId
protected java.lang.String
userId
-
Constructor Summary
Constructors Constructor Description UpdateMessageActionInstanceIdCmd(java.lang.String actionInstanceId, java.lang.String messageId, java.lang.String userId)
-
Method Summary
Modifier and Type Method Description java.lang.Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
actionInstanceId
protected java.lang.String actionInstanceId -
messageId
protected java.lang.String messageId -
userId
protected java.lang.String userId
-
-
Constructor Details
-
UpdateMessageActionInstanceIdCmd
public UpdateMessageActionInstanceIdCmd(java.lang.String actionInstanceId, java.lang.String messageId, java.lang.String userId)
-
-
Method Details
-
execute
public java.lang.Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
-