Class FormEngineConfigurator

java.lang.Object
org.flowable.common.engine.impl.AbstractEngineConfigurator<FormEngine>
com.flowable.form.engine.configurator.FormEngineConfigurator
All Implemented Interfaces:
org.flowable.common.engine.impl.EngineConfigurator
Direct Known Subclasses:
SpringFormEngineConfigurator

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

  • Constructor Details

    • FormEngineConfigurator

      public FormEngineConfigurator()
  • 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<FormEngine>
    • getMybatisCfgPath

      protected String getMybatisCfgPath()
      Specified by:
      getMybatisCfgPath in class org.flowable.common.engine.impl.AbstractEngineConfigurator<FormEngine>
    • 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<FormEngine>
    • 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<FormEngine>
    • buildEngine

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

      public FormEngineConfiguration getFormEngineConfiguration()
    • setFormEngineConfiguration

      public FormEngineConfigurator setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration)