public class DmnEngineConfigurator
extends org.flowable.common.engine.impl.AbstractEngineConfigurator
| Modifier and Type | Field and Description |
|---|---|
protected DmnEngineConfiguration |
dmnEngineConfiguration |
| Constructor and Description |
|---|
DmnEngineConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) |
protected List<org.flowable.common.engine.impl.EngineDeployer> |
getCustomDeployers() |
DmnEngineConfiguration |
getDmnEngineConfiguration() |
protected List<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> |
getEntityDeletionOrder() |
protected List<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> |
getEntityInsertionOrder() |
protected String |
getMybatisCfgPath() |
int |
getPriority() |
protected DmnEngine |
initDmnEngine() |
DmnEngineConfigurator |
setDmnEngineConfiguration(DmnEngineConfiguration dmnEngineConfiguration) |
beforeInit, createDocumentBuilderFactory, getMybatisTypeAliases, getMybatisTypeHandlers, initClock, initCommandContextFactory, initDataSource, initDbProperties, initDbSqlSessionFactory, initEngineConfigurations, initEventDispatcher, initEventRegistryEventConsumers, initialiseCommonProperties, initIdGenerator, initObjectMapper, initServiceConfigurations, initSessionFactories, initVariableTypes, isEnableMybatisXmlMappingValidation, registerCustomDeployers, registerCustomMybatisMappings, setEnableMybatisXmlMappingValidationprotected DmnEngineConfiguration dmnEngineConfiguration
public int getPriority()
protected List<org.flowable.common.engine.impl.EngineDeployer> getCustomDeployers()
getCustomDeployers in class org.flowable.common.engine.impl.AbstractEngineConfiguratorprotected String getMybatisCfgPath()
getMybatisCfgPath in class org.flowable.common.engine.impl.AbstractEngineConfiguratorpublic void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
protected List<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> getEntityInsertionOrder()
getEntityInsertionOrder in class org.flowable.common.engine.impl.AbstractEngineConfiguratorprotected List<Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> getEntityDeletionOrder()
getEntityDeletionOrder in class org.flowable.common.engine.impl.AbstractEngineConfiguratorprotected DmnEngine initDmnEngine()
public DmnEngineConfiguration getDmnEngineConfiguration()
public DmnEngineConfigurator setDmnEngineConfiguration(DmnEngineConfiguration dmnEngineConfiguration)
Copyright © 2021 Flowable. All rights reserved.