Package org.activiti.engine.impl.cmd
Class SetProcessInstanceBusinessKeyCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.SetProcessInstanceBusinessKeyCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class SetProcessInstanceBusinessKeyCmd extends Object implements Command<Void>, Serializable
Commandthat changes the business key of an existing process instance.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetProcessInstanceBusinessKeyCmd(String processInstanceId, String businessKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected voidexecuteInternal(CommandContext commandContext, ExecutionEntityManager executionManager, ExecutionEntity processInstance)
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
executeInternal
protected void executeInternal(CommandContext commandContext, ExecutionEntityManager executionManager, ExecutionEntity processInstance)
-
-