Class SpringCmmnEngineConfiguration

java.lang.Object
org.flowable.common.engine.impl.AbstractEngineConfiguration
org.flowable.cmmn.engine.CmmnEngineConfiguration
org.flowable.cmmn.spring.SpringCmmnEngineConfiguration
All Implemented Interfaces:
org.flowable.cmmn.api.CmmnEngineConfigurationApi, org.flowable.common.engine.impl.HasExpressionManagerEngineConfiguration, org.flowable.common.engine.impl.HasVariableServiceConfiguration, org.flowable.common.engine.impl.HasVariableTypes, org.flowable.common.engine.impl.ScriptingEngineAwareEngineConfiguration, SpringEngineConfiguration, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

public class SpringCmmnEngineConfiguration extends CmmnEngineConfiguration implements SpringEngineConfiguration
Author:
Tijs Rademakers, David Syer, Joram Barrez
  • Field Details

    • transactionManager

      protected org.springframework.transaction.PlatformTransactionManager transactionManager
    • deploymentName

      protected String deploymentName
    • deploymentResources

      protected org.springframework.core.io.Resource[] deploymentResources
    • deploymentMode

      protected String deploymentMode
    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
    • transactionSynchronizationAdapterOrder

      protected Integer transactionSynchronizationAdapterOrder
    • deploymentStrategies

      protected Collection<AutoDeploymentStrategy<CmmnEngine>> deploymentStrategies
    • running

      protected volatile boolean running
    • enginesBuild

      protected List<String> enginesBuild
    • lifeCycleMonitor

      protected final Object lifeCycleMonitor
  • Constructor Details

    • SpringCmmnEngineConfiguration

      public SpringCmmnEngineConfiguration()
  • Method Details