Class ExecuteSchemaOperationCommand
- java.lang.Object
-
- org.activiti.engine.impl.cfg.multitenant.ExecuteSchemaOperationCommand
-
- All Implemented Interfaces:
Command<java.lang.Void>
@Deprecated public class ExecuteSchemaOperationCommand extends java.lang.Object implements Command<java.lang.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 java.lang.StringschemaOperationDeprecated.protected TenantInfoHoldertenantInfoHolderDeprecated.
-
Constructor Summary
Constructors Constructor Description ExecuteSchemaOperationCommand(java.lang.String schemaOperation)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Voidexecute(CommandContext commandContext)Deprecated.
-
-
-
Field Detail
-
schemaOperation
protected java.lang.String schemaOperation
Deprecated.
-
tenantInfoHolder
protected TenantInfoHolder tenantInfoHolder
Deprecated.
-
-
Method Detail
-
execute
public java.lang.Void execute(CommandContext commandContext)
Deprecated.
-
-