Class SetDeploymentTenantIdCmd
- java.lang.Object
-
- com.flowable.form.engine.impl.cmd.SetDeploymentTenantIdCmd
-
- All Implemented Interfaces:
Serializable
,Command<Void>
public class SetDeploymentTenantIdCmd extends Object implements Command<Void>, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
deploymentId
protected String
newTenantId
-
Constructor Summary
Constructors Constructor Description SetDeploymentTenantIdCmd(String deploymentId, String newTenantId)
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-