Uses of Interface
org.camunda.bpm.engine.impl.interceptor.DelegateInterceptor

Packages that use DelegateInterceptor
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.delegate   
 

Uses of DelegateInterceptor in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg declared as DelegateInterceptor
protected  DelegateInterceptor ProcessEngineConfigurationImpl.delegateInterceptor
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return DelegateInterceptor
 DelegateInterceptor ProcessEngineConfigurationImpl.getDelegateInterceptor()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type DelegateInterceptor
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setDelegateInterceptor(DelegateInterceptor delegateInterceptor)
           
 

Uses of DelegateInterceptor in org.camunda.bpm.engine.impl.delegate
 

Classes in org.camunda.bpm.engine.impl.delegate that implement DelegateInterceptor
 class DefaultDelegateInterceptor
          Default implementation, simply proceeding the call.
 



Copyright © 2015 camunda services GmbH. All rights reserved.