public class CmmnEngineFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<CmmnEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected CmmnEngine |
cmmnEngine |
protected CmmnEngineConfiguration |
cmmnEngineConfiguration |
| Constructor and Description |
|---|
CmmnEngineFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureExpressionManager() |
protected void |
configureExternallyManagedTransactions() |
void |
destroy() |
CmmnEngineConfiguration |
getCmmnEngineConfiguration() |
CmmnEngine |
getObject() |
Class<CmmnEngine> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setCmmnEngineConfiguration(CmmnEngineConfiguration cmmnEngineConfiguration) |
protected CmmnEngineConfiguration cmmnEngineConfiguration
protected org.springframework.context.ApplicationContext applicationContext
protected CmmnEngine cmmnEngine
public void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic CmmnEngine getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<CmmnEngine>Exceptionprotected void configureExpressionManager()
protected void configureExternallyManagedTransactions()
public Class<CmmnEngine> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<CmmnEngine>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<CmmnEngine>public CmmnEngineConfiguration getCmmnEngineConfiguration()
public void setCmmnEngineConfiguration(CmmnEngineConfiguration cmmnEngineConfiguration)
Copyright © 2020 Flowable. All rights reserved.