Serialized Form
-
Package org.camunda.bpm.engine.spring.components.aop
-
Class org.camunda.bpm.engine.spring.components.aop.ProcessStartAnnotationBeanPostProcessor extends org.springframework.aop.framework.ProxyConfig implements Serializable
-
Serialized Fields
-
advisor
ProcessStartingPointcutAdvisor advisor
-
beanClassLoader
ClassLoader beanClassLoader
-
log
org.apache.commons.logging.Log log
-
processEngine
org.camunda.bpm.engine.ProcessEngine processEngine
the process engine as created by aProcessEngineFactoryBean
-
-
-
Class org.camunda.bpm.engine.spring.components.aop.ProcessStartingPointcutAdvisor extends Object implements Serializable
-
Serialized Fields
-
advice
org.aopalliance.intercept.MethodInterceptor advice
theMethodInterceptorthat handles launching the business process. -
annotations
Set<Class<? extends Annotation>> annotations
annotations that shall be scanned -
pointcut
org.springframework.aop.Pointcut pointcut
matches any method containing theStartProcessannotation. -
processEngine
org.camunda.bpm.engine.ProcessEngine processEngine
the injected reference to theProcessEngine
-
-
-