public abstract class BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
| Modifier and Type | Field and Description |
|---|---|
static int |
CHANGELOG_PREFIX_MAX_LENGTH
The max allowed length for the changelog prefix.
|
protected String |
dataObjectSchemaDefinitionId |
| Constructor and Description |
|---|
BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd(String dataObjectSchemaDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected abstract void |
executeLiquibaseCommand(DataObjectSchemaDefinitionLiquibaseBasedSchemaManager schemaManager) |
protected String |
extractChangeLogPrefix(String key) |
public static final int CHANGELOG_PREFIX_MAX_LENGTH
protected final String dataObjectSchemaDefinitionId
public BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd(String dataObjectSchemaDefinitionId)
public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>protected abstract void executeLiquibaseCommand(DataObjectSchemaDefinitionLiquibaseBasedSchemaManager schemaManager)
Copyright © 2019. All rights reserved.