java.lang.Object
com.flowable.engage.engine.impl.cmd.UpdateMessageActionInstanceIdCmd
- All Implemented Interfaces:
Command<Void>
public class UpdateMessageActionInstanceIdCmd
extends Object
implements Command<Void>
- Author:
- Tijs Rademakers
-
-
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
-
actionInstanceId
protected String actionInstanceId
-
-
-
Constructor Details
-
UpdateMessageActionInstanceIdCmd
public UpdateMessageActionInstanceIdCmd(String actionInstanceId,
String messageId,
String userId)
-