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

    • deploymentId

      protected String deploymentId
    • newTenantId

      protected String newTenantId
  • Constructor Details

    • SetDeploymentTenantIdCmd

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