Class ExecuteSchemaOperationCommand
- java.lang.Object
-
- org.activiti.engine.impl.cfg.multitenant.ExecuteSchemaOperationCommand
-
@Deprecated public class ExecuteSchemaOperationCommand extends Object implements Command<Void>
Deprecated.multi-tenant code will be removed in future version of Activiti and Activiti CloudCommandthat is used by theMultiSchemaMultiTenantProcessEngineConfigurationto make sure the 'databaseSchemaUpdate' setting is applied for each tenant datasource.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringschemaOperationDeprecated.protected TenantInfoHoldertenantInfoHolderDeprecated.
-
Constructor Summary
Constructors Constructor Description ExecuteSchemaOperationCommand(String schemaOperation)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)Deprecated.
-
-
-
Field Detail
-
schemaOperation
protected String schemaOperation
Deprecated.
-
tenantInfoHolder
protected TenantInfoHolder tenantInfoHolder
Deprecated.
-
-
Constructor Detail
-
ExecuteSchemaOperationCommand
public ExecuteSchemaOperationCommand(String schemaOperation)
Deprecated.
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
Deprecated.
-
-