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  

    Fields inherited from class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager

    changeLogFile, changeLogPrefix, context, logger
  • Constructor Summary

    Constructors 
    Constructor Description
    AuditDbSchemaManager()  
  • Method Summary

    Modifier and Type Method Description
    protected org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration getDatabaseConfiguration()  
    void initSchema()  

    Methods inherited from class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager

    closeDatabase, createLiquibaseInstance, initSchema, schemaCheckVersion, schemaCreate, schemaDrop, schemaUpdate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • getDatabaseConfiguration

      protected org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration getDatabaseConfiguration()
      Specified by:
      getDatabaseConfiguration in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
    • initSchema

      public void initSchema()