org.activiti.engine.impl.interceptor
接口 DelegateInterceptor
- 所有已知实现类:
- DefaultDelegateInterceptor
public interface DelegateInterceptor
Interceptor responsible for handling calls to 'user code'. User code
represents external Java code (e.g. services and listeners) invoked by
activiti. The following is a list of classes that represent user code:
The interceptor is passed in an instance of DelegateInvocation
.
Implementations are responsible for calling
DelegateInvocation.proceed()
.
- 作者:
- Daniel Meyer
handleInvocation
void handleInvocation(DelegateInvocation invocation)
throws Exception
- 抛出:
Exception
Copyright © 2013 Alfresco. All rights reserved.