Class ExecuteSchemaOperationCommand

java.lang.Object
org.activiti.engine.impl.cfg.multitenant.ExecuteSchemaOperationCommand
All Implemented Interfaces:
Command<Void>

@Deprecated public class ExecuteSchemaOperationCommand extends Object implements Command<Void>
Deprecated.
multi-tenant code will be removed in future version of Activiti and Activiti Cloud
Command that is used by the MultiSchemaMultiTenantProcessEngineConfiguration to make sure the 'databaseSchemaUpdate' setting is applied for each tenant datasource.
  • Field Details

    • schemaOperation

      protected String schemaOperation
      Deprecated.
    • tenantInfoHolder

      protected TenantInfoHolder tenantInfoHolder
      Deprecated.
  • Constructor Details

    • ExecuteSchemaOperationCommand

      public ExecuteSchemaOperationCommand(String schemaOperation)
      Deprecated.
  • Method Details