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
Modifier and TypeFieldDescriptionprotected ApplicationContext
protected ContentEngine
protected ContentEngineConfiguration
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
destroy()
boolean
void
setApplicationContext
(ApplicationContext applicationContext) void
setContentEngineConfiguration
(ContentEngineConfiguration contentEngineConfiguration)
-
Field Details
-
contentEngineConfiguration
-
applicationContext
-
contentEngine
-
-
Constructor Details
-
ContentEngineFactoryBean
public ContentEngineFactoryBean()
-
-
Method Details
-
destroy
- Specified by:
destroy
in interfaceDisposableBean
- Throws:
Exception
-
setApplicationContext
- Specified by:
setApplicationContext
in interfaceApplicationContextAware
- Throws:
BeansException
-
getObject
- Specified by:
getObject
in interfaceFactoryBean<ContentEngine>
- Throws:
Exception
-
configureExternallyManagedTransactions
protected void configureExternallyManagedTransactions() -
getObjectType
- Specified by:
getObjectType
in interfaceFactoryBean<ContentEngine>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceFactoryBean<ContentEngine>
-
getContentEngineConfiguration
-
setContentEngineConfiguration
-