- All Implemented Interfaces:
Command<Void>
A command to set or change the name of a case instance.
- Author:
- Micha Kiener
-
-
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
-
caseInstanceId
protected String caseInstanceId
-
-
Constructor Details
-
SetCaseInstanceNameCmd
public SetCaseInstanceNameCmd(String caseInstanceId,
String caseName)
-