Class StateHandlerAnnotationBeanFactoryPostProcessor
- java.lang.Object
-
- org.camunda.bpm.engine.spring.components.config.xml.StateHandlerAnnotationBeanFactoryPostProcessor
-
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor
public class StateHandlerAnnotationBeanFactoryPostProcessor extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
this class is responsible for registering the otherBeanFactoryPostProcessors andBeanFactoryPostProcessors. Particularly, this will register theActivitiStateHandlerRegistrywhich is used to react to states.- Author:
- Josh Long
-
-
Constructor Summary
Constructors Constructor Description StateHandlerAnnotationBeanFactoryPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)voidsetProcessEngine(org.camunda.bpm.engine.ProcessEngine processEngine)
-
-
-
Method Detail
-
setProcessEngine
public void setProcessEngine(org.camunda.bpm.engine.ProcessEngine processEngine)
-
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException- Specified by:
postProcessBeanFactoryin interfaceorg.springframework.beans.factory.config.BeanFactoryPostProcessor- Throws:
org.springframework.beans.BeansException
-
-