public class ActivitiStateAnnotationBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.core.Ordered
org.camunda.bpm.engine.annotations.State annotation.| Constructor and Description | 
|---|
| ActivitiStateAnnotationBeanPostProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| int | getOrder() | 
| Object | postProcessAfterInitialization(Object bean,
                              String beanName) | 
| Object | postProcessBeforeInitialization(Object bean,
                               String beanName) | 
| void | setBeanClassLoader(ClassLoader classLoader) | 
| void | setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) | 
| void | setRegistry(ActivitiStateHandlerRegistry registry) | 
public ActivitiStateAnnotationBeanPostProcessor()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwarepublic void setBeanClassLoader(ClassLoader classLoader)
setBeanClassLoader in interface org.springframework.beans.factory.BeanClassLoaderAwarepublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic void setRegistry(ActivitiStateHandlerRegistry registry)
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2018. All rights reserved.