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

log

org.apache.commons.logging.Log log

processEngine

ProcessEngine processEngine
the process engine as created by a ProcessEngineFactoryBean


advisor

ProcessStartingPointcutAdvisor advisor

beanClassLoader

ClassLoader beanClassLoader

Class org.camunda.bpm.engine.spring.components.aop.ProcessStartingPointcutAdvisor extends Object implements Serializable

Serialized Fields

annotations

Set<E> annotations
annotations that shall be scanned


advice

org.aopalliance.intercept.MethodInterceptor advice
the MethodInterceptor that handles launching the business process.


pointcut

org.springframework.aop.Pointcut pointcut
matches any method containing the StartProcess annotation.


processEngine

ProcessEngine processEngine
the injected reference to the ProcessEngine



Copyright © 2015 camunda services GmbH. All rights reserved.