Class DmnEngineConfigurator

  • All Implemented Interfaces:
    org.flowable.common.engine.impl.EngineConfigurator

    public class DmnEngineConfigurator
    extends org.flowable.common.engine.impl.AbstractEngineConfigurator
    Author:
    Tijs Rademakers, Joram Barrez
    • Constructor Detail

      • DmnEngineConfigurator

        public DmnEngineConfigurator()
    • Method Detail

      • 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
      • getMybatisCfgPath

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

        protected DmnEngine initDmnEngine()