Class TemplateEngineConfigurator

java.lang.Object
org.flowable.common.engine.impl.AbstractEngineConfigurator<TemplateEngine>
com.flowable.template.engine.configurator.TemplateEngineConfigurator
All Implemented Interfaces:
org.flowable.common.engine.impl.EngineConfigurator

public class TemplateEngineConfigurator extends org.flowable.common.engine.impl.AbstractEngineConfigurator<TemplateEngine>
Author:
Tijs Rademakers
  • Field Details

    • engineConfiguration

      protected TemplateEngineConfiguration engineConfiguration
    • objectMapper

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

    • TemplateEngineConfigurator

      public TemplateEngineConfigurator()
  • Method Details

    • getCustomDeployers

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

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

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

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

      public int getPriority()
    • getEngineConfiguration

      public TemplateEngineConfiguration getEngineConfiguration()
    • setEngineConfiguration

      public void setEngineConfiguration(TemplateEngineConfiguration engineConfiguration)
    • getObjectMapper

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

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