Uses of Interface
org.activiti.engine.impl.interceptor.DelegateInterceptor
Packages that use DelegateInterceptor
Package
Description
-
Uses of DelegateInterceptor in org.activiti.engine.delegate
Methods in org.activiti.engine.delegate with parameters of type DelegateInterceptorModifier and TypeMethodDescriptionExpression.getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, Map<String, Object> availableVariables) -
Uses of DelegateInterceptor in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg declared as DelegateInterceptorModifier and TypeFieldDescriptionprotected DelegateInterceptorProcessEngineConfigurationImpl.delegateInterceptorMethods in org.activiti.engine.impl.cfg that return DelegateInterceptorMethods in org.activiti.engine.impl.cfg with parameters of type DelegateInterceptorModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setDelegateInterceptor(DelegateInterceptor delegateInterceptor) -
Uses of DelegateInterceptor in org.activiti.engine.impl.delegate.invocation
Classes in org.activiti.engine.impl.delegate.invocation that implement DelegateInterceptorModifier and TypeClassDescriptionclassDefault implementation, simply proceeding the call. -
Uses of DelegateInterceptor in org.activiti.engine.impl.el
Methods in org.activiti.engine.impl.el with parameters of type DelegateInterceptorModifier and TypeMethodDescriptionFixedValue.getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, Map<String, Object> availableVariables) JuelExpression.getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, Map<String, Object> availableVariables)