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:
  • Field Details

    • deploymentId

      protected String deploymentId
    • newTenantId

      protected String newTenantId
  • Constructor Details

    • ChangeDeploymentTenantIdCmd

      public ChangeDeploymentTenantIdCmd(String deploymentId, String newTenantId)
  • Method Details