Class ExecuteSchemaOperationCommand
- java.lang.Object
-
- org.flowable.engine.impl.cfg.multitenant.ExecuteSchemaOperationCommand
-
public class ExecuteSchemaOperationCommand extends Object implements Command<Void>
Commandthat is used by theMultiSchemaMultiTenantProcessEngineConfigurationto make sure the 'databaseSchemaUpdate' setting is applied for each tenant datasource.- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected StringschemaOperationprotected TenantInfoHoldertenantInfoHolder
-
Constructor Summary
Constructors Constructor Description ExecuteSchemaOperationCommand(String schemaOperation)
-
-
-
Field Detail
-
schemaOperation
protected String schemaOperation
-
tenantInfoHolder
protected TenantInfoHolder tenantInfoHolder
-
-
Constructor Detail
-
ExecuteSchemaOperationCommand
public ExecuteSchemaOperationCommand(String schemaOperation)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-