Serialized Form
|
Package org.camunda.bpm.engine.spring.components.aop |
log
org.apache.commons.logging.Log log
processEngine
ProcessEngine processEngine
- the process engine as created by a
ProcessEngineFactoryBean
advisor
ProcessStartingPointcutAdvisor advisor
beanClassLoader
ClassLoader beanClassLoader
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 © 2016 camunda services GmbH. All rights reserved.