public class ProcessStartAnnotationBeanPostProcessor
extends org.springframework.aop.framework.ProxyConfig
implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBean
StartProcess
.
If the method is invoked successfully, the process described by the annotaton is created.
Parameters passed to the method annotated with ProcessVariable
are passed to the business process.Constructor and Description |
---|
ProcessStartAnnotationBeanPostProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setProcessEngine(ProcessEngine processEngine) |
public ProcessStartAnnotationBeanPostProcessor()
public void setProcessEngine(ProcessEngine processEngine)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
Copyright © 2015. All rights reserved.