Class ProcessStartAnnotationBeanPostProcessor
- java.lang.Object
- 
- org.springframework.aop.framework.ProxyConfig
- 
- org.camunda.bpm.engine.spring.components.aop.ProcessStartAnnotationBeanPostProcessor
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- org.springframework.beans.factory.config.BeanPostProcessor,- org.springframework.beans.factory.InitializingBean
 
 public class ProcessStartAnnotationBeanPostProcessor extends org.springframework.aop.framework.ProxyConfig implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBeanProxies beans with methods annotated withStartProcess. If the method is invoked successfully, the process described by the annotaton is created. Parameters passed to the method annotated withProcessVariableare passed to the business process.- Since:
- 5,3
- Author:
- Josh Long
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ProcessStartAnnotationBeanPostProcessor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()java.lang.ObjectpostProcessAfterInitialization(java.lang.Object bean, java.lang.String beanName)java.lang.ObjectpostProcessBeforeInitialization(java.lang.Object bean, java.lang.String beanName)voidsetProcessEngine(ProcessEngine processEngine)
 
- 
- 
- 
Method Detail- 
setProcessEnginepublic void setProcessEngine(ProcessEngine processEngine) 
 - 
afterPropertiesSetpublic void afterPropertiesSet() throws java.lang.Exception- Specified by:
- afterPropertiesSetin interface- org.springframework.beans.factory.InitializingBean
- Throws:
- java.lang.Exception
 
 - 
postProcessAfterInitializationpublic java.lang.Object postProcessAfterInitialization(java.lang.Object bean, java.lang.String beanName) throws org.springframework.beans.BeansException- Specified by:
- postProcessAfterInitializationin interface- org.springframework.beans.factory.config.BeanPostProcessor
- Throws:
- org.springframework.beans.BeansException
 
 - 
postProcessBeforeInitializationpublic java.lang.Object postProcessBeforeInitialization(java.lang.Object bean, java.lang.String beanName) throws org.springframework.beans.BeansException- Specified by:
- postProcessBeforeInitializationin interface- org.springframework.beans.factory.config.BeanPostProcessor
- Throws:
- org.springframework.beans.BeansException
 
 
- 
 
-