Class ActionEngineConfigurator

java.lang.Object
org.flowable.common.engine.impl.AbstractEngineConfigurator<ActionEngine>
com.flowable.action.engine.configurator.ActionEngineConfigurator
All Implemented Interfaces:
org.flowable.common.engine.impl.EngineConfigurator

public class ActionEngineConfigurator extends org.flowable.common.engine.impl.AbstractEngineConfigurator<ActionEngine>
Author:
Filip Hrisafov
  • Field Details

    • engineConfiguration

      protected ActionEngineConfiguration engineConfiguration
    • objectMapper

      protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
  • Constructor Details

    • ActionEngineConfigurator

      public ActionEngineConfigurator()
  • Method Details

    • getCustomDeployers

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

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

      protected List<org.flowable.common.engine.impl.db.MybatisTypeAliasConfigurator> getMybatisTypeAliases()
      Overrides:
      getMybatisTypeAliases in class org.flowable.common.engine.impl.AbstractEngineConfigurator<ActionEngine>
    • getMybatisTypeHandlers

      protected List<org.flowable.common.engine.impl.db.MybatisTypeHandlerConfigurator> getMybatisTypeHandlers()
      Overrides:
      getMybatisTypeHandlers in class org.flowable.common.engine.impl.AbstractEngineConfigurator<ActionEngine>
    • configure

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

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

      public int getPriority()
    • getEngineConfiguration

      public ActionEngineConfiguration getEngineConfiguration()
    • setEngineConfiguration

      public void setEngineConfiguration(ActionEngineConfiguration engineConfiguration)
    • getObjectMapper

      public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
    • setObjectMapper

      public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)