Class 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 Cloud
    Command that is used by the MultiSchemaMultiTenantProcessEngineConfiguration to make sure the 'databaseSchemaUpdate' setting is applied for each tenant datasource.
    • Field Detail

      • schemaOperation

        protected java.lang.String schemaOperation
        Deprecated.
    • Constructor Detail

      • ExecuteSchemaOperationCommand

        public ExecuteSchemaOperationCommand​(java.lang.String schemaOperation)
        Deprecated.
    • Method Detail

      • execute

        public java.lang.Void execute​(CommandContext commandContext)
        Deprecated.
        Specified by:
        execute in interface Command<java.lang.Void>