Package org.activiti.engine.impl.cmd
Class ChangeDeploymentTenantIdCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.ChangeDeploymentTenantIdCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class ChangeDeploymentTenantIdCmd extends Object implements Command<Void>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdeploymentIdprotected StringnewTenantId
-
Constructor Summary
Constructors Constructor Description ChangeDeploymentTenantIdCmd(String deploymentId, String newTenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected voidexecuteInternal(CommandContext commandContext, DeploymentEntity deployment)
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
executeInternal
protected void executeInternal(CommandContext commandContext, DeploymentEntity deployment)
-
-