Class BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd

java.lang.Object
com.flowable.dataobject.engine.impl.cmd.BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd
All Implemented Interfaces:
Command<Void>
Direct Known Subclasses:
PerformDataObjectSchemaDefinitionRollbackCmd, PerformDataObjectSchemaDefinitionUpdateCmd

public abstract class BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd extends Object implements Command<Void>
Author:
Filip Hrisafov
  • Field Details

    • CHANGELOG_PREFIX_MAX_LENGTH

      public static final int CHANGELOG_PREFIX_MAX_LENGTH
      The max allowed length for the changelog prefix. The max allowed length is 30 characters for a table name. Liquibase uses "databasechangeloglock" plus to prefix, which leaves us with 8 characters for the prefix plus an underscore.
      See Also:
    • dataObjectSchemaDefinitionId

      protected final String dataObjectSchemaDefinitionId
  • Constructor Details

    • BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd

      public BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd(String dataObjectSchemaDefinitionId)
  • Method Details