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

方法摘要
 void handleInvocation(DelegateInvocation invocation)
           
 

方法详细信息

handleInvocation

void handleInvocation(DelegateInvocation invocation)
                      throws Exception
抛出:
Exception


Copyright © 2013 Alfresco. All rights reserved.