Class AuditDbSchemaManager
- java.lang.Object
-
- org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
-
- com.flowable.audit.engine.impl.db.AuditDbSchemaManager
-
- All Implemented Interfaces:
org.flowable.common.engine.impl.db.SchemaManager
public class AuditDbSchemaManager extends org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
LIQUIBASE_CHANGELOG
-
Constructor Summary
Constructors Constructor Description AuditDbSchemaManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration
getDatabaseConfiguration()
void
initSchema()
-
-
-
Field Detail
-
LIQUIBASE_CHANGELOG
public static final java.lang.String LIQUIBASE_CHANGELOG
- See Also:
- Constant Field Values
-
-