Class DeleteClientRegistrationInfoByTenantIdCmd

java.lang.Object
com.flowable.platform.engine.impl.cmd.DeleteClientRegistrationInfoByTenantIdCmd
All Implemented Interfaces:
Command<Void>

public class DeleteClientRegistrationInfoByTenantIdCmd extends Object implements Command<Void>
  • Field Details

    • tenantId

      protected final String tenantId
  • Constructor Details

    • DeleteClientRegistrationInfoByTenantIdCmd

      public DeleteClientRegistrationInfoByTenantIdCmd(String tenantId)
  • Method Details