Class SetDeploymentTenantIdCmd

java.lang.Object
com.flowable.form.engine.impl.cmd.SetDeploymentTenantIdCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<Void>

public class SetDeploymentTenantIdCmd extends Object implements org.flowable.common.engine.impl.interceptor.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

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>