Class SetCaseInstanceBusinessKeyCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.SetCaseInstanceBusinessKeyCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class SetCaseInstanceBusinessKeyCmd extends Object implements Command<Void>, Serializable
Commandthat changes the business key of an existing case instance.- Author:
- Matthias Stöckli
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetCaseInstanceBusinessKeyCmd(String caseInstanceId, String businessKey)
-