Class ContentEngineConfigurator
java.lang.Object
org.flowable.common.engine.impl.AbstractEngineConfigurator
com.flowable.content.engine.configurator.ContentEngineConfigurator
- All Implemented Interfaces:
org.flowable.common.engine.impl.EngineConfigurator
- Direct Known Subclasses:
SpringContentEngineConfigurator
public class ContentEngineConfigurator
extends org.flowable.common.engine.impl.AbstractEngineConfigurator
- Author:
- Tijs Rademakers, Joram Barrez
-
Field Summary
Fields Modifier and Type Field Description protected ContentEngineConfiguration
contentEngineConfiguration
-
Constructor Summary
Constructors Constructor Description ContentEngineConfigurator()
-
Method Summary
Modifier and Type Method Description void
configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
ContentEngineConfiguration
getContentEngineConfiguration()
protected java.util.List<org.flowable.common.engine.impl.EngineDeployer>
getCustomDeployers()
protected java.util.List<java.lang.Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>>
getEntityDeletionOrder()
protected java.util.List<java.lang.Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>>
getEntityInsertionOrder()
protected java.lang.String
getMybatisCfgPath()
int
getPriority()
protected ContentEngine
initContentEngine()
ContentEngineConfigurator
setContentEngineConfiguration(ContentEngineConfiguration contentEngineConfiguration)
Methods inherited from class org.flowable.common.engine.impl.AbstractEngineConfigurator
beforeInit, createDocumentBuilderFactory, getMybatisTypeAliases, getMybatisTypeHandlers, initClock, initCommandContextFactory, initDataSource, initDbProperties, initDbSqlSessionFactory, initEngineConfigurations, initEventDispatcher, initEventRegistryEventConsumers, initialiseCommonProperties, initIdGenerator, initServiceConfigurations, initSessionFactories, initVariableTypes, isEnableMybatisXmlMappingValidation, registerCustomDeployers, registerCustomMybatisMappings, setEnableMybatisXmlMappingValidation
-
Field Details
-
Constructor Details
-
ContentEngineConfigurator
public ContentEngineConfigurator()
-
-
Method Details
-
getPriority
public int getPriority() -
getCustomDeployers
protected java.util.List<org.flowable.common.engine.impl.EngineDeployer> getCustomDeployers()- Specified by:
getCustomDeployers
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator
-
getMybatisCfgPath
protected java.lang.String getMybatisCfgPath()- Specified by:
getMybatisCfgPath
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator
-
configure
public void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) -
getEntityInsertionOrder
protected java.util.List<java.lang.Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> getEntityInsertionOrder()- Specified by:
getEntityInsertionOrder
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator
-
getEntityDeletionOrder
protected java.util.List<java.lang.Class<? extends org.flowable.common.engine.impl.persistence.entity.Entity>> getEntityDeletionOrder()- Specified by:
getEntityDeletionOrder
in classorg.flowable.common.engine.impl.AbstractEngineConfigurator
-
initContentEngine
-
getContentEngineConfiguration
-
setContentEngineConfiguration
public ContentEngineConfigurator setContentEngineConfiguration(ContentEngineConfiguration contentEngineConfiguration)
-