Class BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd
java.lang.Object
com.flowable.dataobject.engine.impl.cmd.BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
- Direct Known Subclasses:
PerformDataObjectSchemaDefinitionRollbackCmd
,PerformDataObjectSchemaDefinitionUpdateCmd
public abstract class BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The max allowed length for the changelog prefix.protected final String
-
Constructor Summary
ConstructorsConstructorDescriptionBasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd
(String dataObjectSchemaDefinitionId) -
Method Summary
-
Field Details
-
CHANGELOG_PREFIX_MAX_LENGTH
public static final int CHANGELOG_PREFIX_MAX_LENGTHThe 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
-
-
Constructor Details
-
BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd
public BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd(String dataObjectSchemaDefinitionId)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-
executeLiquibaseCommand
protected abstract void executeLiquibaseCommand(DataObjectSchemaDefinitionLiquibaseBasedSchemaManager schemaManager) -
extractChangeLogPrefix
-