Package org.activiti.engine.impl.cmd
Class SetProcessInstanceBusinessKeyCmd
java.lang.Object
org.activiti.engine.impl.cmd.SetProcessInstanceBusinessKeyCmd
- All Implemented Interfaces:
Serializable,Command<Void>
Command that changes the business key of an existing process instance.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSetProcessInstanceBusinessKeyCmd(String processInstanceId, String businessKey) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidexecuteInternal(CommandContext commandContext, ExecutionEntityManager executionManager, ExecutionEntity processInstance)
-
Constructor Details
-
SetProcessInstanceBusinessKeyCmd
-
-
Method Details
-
execute
-
executeInternal
protected void executeInternal(CommandContext commandContext, ExecutionEntityManager executionManager, ExecutionEntity processInstance)
-