Package com.flowable.content.spring
Class ContentEngineFactoryBean
java.lang.Object
com.flowable.content.spring.ContentEngineFactoryBean
- All Implemented Interfaces:
Aware,DisposableBean,FactoryBean<ContentEngine>,ApplicationContextAware
public class ContentEngineFactoryBean
extends Object
implements FactoryBean<ContentEngine>, DisposableBean, ApplicationContextAware
- Author:
- Dave Syer, Tijs Rademakers, Joram Barrez, Josh Long
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ApplicationContextprotected ContentEngineprotected ContentEngineConfigurationFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoiddestroy()booleanvoidsetApplicationContext(ApplicationContext applicationContext) voidsetContentEngineConfiguration(ContentEngineConfiguration contentEngineConfiguration)
-
Field Details
-
contentEngineConfiguration
-
applicationContext
-
contentEngine
-
-
Constructor Details
-
ContentEngineFactoryBean
public ContentEngineFactoryBean()
-
-
Method Details
-
destroy
- Specified by:
destroyin interfaceDisposableBean- Throws:
Exception
-
setApplicationContext
- Specified by:
setApplicationContextin interfaceApplicationContextAware- Throws:
BeansException
-
getObject
- Specified by:
getObjectin interfaceFactoryBean<ContentEngine>- Throws:
Exception
-
configureExternallyManagedTransactions
protected void configureExternallyManagedTransactions() -
getObjectType
- Specified by:
getObjectTypein interfaceFactoryBean<ContentEngine>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceFactoryBean<ContentEngine>
-
getContentEngineConfiguration
-
setContentEngineConfiguration
-