public class SpringContentEngineConfigurator extends ContentEngineConfigurator
contentEngineConfigurationenableMybatisXmlMappingValidation| Constructor and Description |
|---|
SpringContentEngineConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(AbstractEngineConfiguration engineConfiguration)
Called when the engine boots up, before it is usable, but after the initialisation of internal objects is done.
|
protected ContentEngine |
initContentEngine() |
getContentEngineConfiguration, getCustomDeployers, getEntityDeletionOrder, getEntityInsertionOrder, getMybatisCfgPath, getPriority, setContentEngineConfigurationbeforeInit, createDocumentBuilderFactory, getMybatisTypeAliases, getMybatisTypeHandlers, initClock, initCommandContextFactory, initDataSource, initDbProperties, initDbSqlSessionFactory, initEngineConfigurations, initEventDispatcher, initEventRegistryEventConsumers, initialiseCommonProperties, initIdGenerator, initObjectMapper, initServiceConfigurations, initSessionFactories, initVariableTypes, isEnableMybatisXmlMappingValidation, registerCustomDeployers, registerCustomMybatisMappings, setEnableMybatisXmlMappingValidationpublic void configure(AbstractEngineConfiguration engineConfiguration)
EngineConfiguratorAbstractEngineConfiguration which allows tweaking it programmatically.
An example is the ldap user/group manager, which is an addition to the engine. No default properties need to be overridden for this (otherwise the
EngineConfigurator.beforeInit(AbstractEngineConfiguration) method should be used) so the logic contained in this method is executed after initialisation of the default objects.
Probably a better name would be 'afterInit' (cfr EngineConfigurator.beforeInit(AbstractEngineConfiguration)), but not possible due to backwards compatibility.configure in interface EngineConfiguratorconfigure in class ContentEngineConfiguratorprotected ContentEngine initContentEngine()
initContentEngine in class ContentEngineConfiguratorCopyright © 2023 Flowable. All rights reserved.