Uses of Interface
org.camunda.bpm.engine.impl.interceptor.DelegateInterceptor
-
Packages that use DelegateInterceptor Package Description 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 Modifier and Type Field Description protected DelegateInterceptorProcessEngineConfigurationImpl. delegateInterceptorMethods in org.camunda.bpm.engine.impl.cfg that return DelegateInterceptor Modifier and Type Method Description DelegateInterceptorProcessEngineConfigurationImpl. getDelegateInterceptor()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type DelegateInterceptor Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setDelegateInterceptor(DelegateInterceptor delegateInterceptor) -
Uses of DelegateInterceptor in org.camunda.bpm.engine.impl.delegate
Classes in org.camunda.bpm.engine.impl.delegate that implement DelegateInterceptor Modifier and Type Class Description classDefaultDelegateInterceptorThe default implementation of the DelegateInterceptor.
-