public class FormEngineConfigurator
extends org.flowable.common.engine.impl.AbstractEngineConfigurator
| Modifier and Type | Field and Description |
|---|---|
protected FormEngineConfiguration |
formEngineConfiguration |
| Constructor and Description |
|---|
FormEngineConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) |
protected List<org.flowable.common.engine.impl.EngineDeployer> |
getCustomDeployers() |
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() |
FormEngineConfiguration |
getFormEngineConfiguration() |
protected String |
getMybatisCfgPath() |
int |
getPriority() |
protected FormEngine |
initFormEngine() |
FormEngineConfigurator |
setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration) |
beforeInit, createDocumentBuilderFactory, getMybatisTypeAliases, getMybatisTypeHandlers, initClock, initCommandContextFactory, initDataSource, initDbProperties, initDbSqlSessionFactory, initEngineConfigurations, initEventDispatcher, initEventRegistryEventConsumers, initialiseCommonProperties, initIdGenerator, initServiceConfigurations, initSessionFactories, initVariableTypes, isEnableMybatisXmlMappingValidation, registerCustomDeployers, registerCustomMybatisMappings, setEnableMybatisXmlMappingValidationprotected FormEngineConfiguration formEngineConfiguration
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 FormEngine initFormEngine()
public FormEngineConfiguration getFormEngineConfiguration()
public FormEngineConfigurator setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration)
Copyright © 2020 Flowable. All rights reserved.