Class ContentEngineConfigurator

java.lang.Object
org.flowable.common.engine.impl.AbstractEngineConfigurator<ContentEngine>
com.flowable.content.engine.configurator.ContentEngineConfigurator
All Implemented Interfaces:
org.flowable.common.engine.impl.EngineConfigurator
Direct Known Subclasses:
SpringContentEngineConfigurator

public class ContentEngineConfigurator extends org.flowable.common.engine.impl.AbstractEngineConfigurator<ContentEngine>
Author:
Tijs Rademakers, Joram Barrez
  • Field Details

  • Constructor Details

    • ContentEngineConfigurator

      public ContentEngineConfigurator()
  • Method Details

    • getPriority

      public int getPriority()
    • getCustomDeployers

      protected List<org.flowable.common.engine.impl.EngineDeployer> getCustomDeployers()
      Specified by:
      getCustomDeployers in class org.flowable.common.engine.impl.AbstractEngineConfigurator<ContentEngine>
    • getMybatisCfgPath

      protected String getMybatisCfgPath()
      Specified by:
      getMybatisCfgPath in class org.flowable.common.engine.impl.AbstractEngineConfigurator<ContentEngine>
    • configure

      public void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
    • getEntityInsertionOrder

      protected List<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> getEntityInsertionOrder()
      Specified by:
      getEntityInsertionOrder in class org.flowable.common.engine.impl.AbstractEngineConfigurator<ContentEngine>
    • getEntityDeletionOrder

      protected List<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> getEntityDeletionOrder()
      Specified by:
      getEntityDeletionOrder in class org.flowable.common.engine.impl.AbstractEngineConfigurator<ContentEngine>
    • buildEngine

      protected ContentEngine buildEngine()
      Specified by:
      buildEngine in class org.flowable.common.engine.impl.AbstractEngineConfigurator<ContentEngine>
    • getContentEngineConfiguration

      public ContentEngineConfiguration getContentEngineConfiguration()
    • setContentEngineConfiguration

      public ContentEngineConfigurator setContentEngineConfiguration(ContentEngineConfiguration contentEngineConfiguration)