Class ExecuteSchemaOperationCommand

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

public class ExecuteSchemaOperationCommand extends Object implements Command<Void>
Command that is used by the MultiSchemaMultiTenantProcessEngineConfiguration to make sure the 'databaseSchemaUpdate' setting is applied for each tenant datasource.
Author:
Joram Barrez
  • Field Details

    • schemaOperation

      protected String schemaOperation
    • tenantInfoHolder

      protected TenantInfoHolder tenantInfoHolder
  • Constructor Details

    • ExecuteSchemaOperationCommand

      public ExecuteSchemaOperationCommand(String schemaOperation)
  • Method Details