Uses of Interface
org.activiti.engine.impl.interceptor.DelegateInterceptor
-
Packages that use DelegateInterceptor Package Description org.activiti.engine.delegate org.activiti.engine.impl.cfg org.activiti.engine.impl.delegate.invocation org.activiti.engine.impl.el -
-
Uses of DelegateInterceptor in org.activiti.engine.delegate
Methods in org.activiti.engine.delegate with parameters of type DelegateInterceptor Modifier and Type Method Description java.lang.ObjectExpression. getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, java.util.Map<java.lang.String,java.lang.Object> availableVariables) -
Uses of DelegateInterceptor in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg declared as DelegateInterceptor Modifier and Type Field Description protected DelegateInterceptorProcessEngineConfigurationImpl. delegateInterceptorMethods in org.activiti.engine.impl.cfg that return DelegateInterceptor Modifier and Type Method Description DelegateInterceptorProcessEngineConfigurationImpl. getDelegateInterceptor()Methods in org.activiti.engine.impl.cfg with parameters of type DelegateInterceptor Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setDelegateInterceptor(DelegateInterceptor delegateInterceptor) -
Uses of DelegateInterceptor in org.activiti.engine.impl.delegate.invocation
Classes in org.activiti.engine.impl.delegate.invocation that implement DelegateInterceptor Modifier and Type Class Description classDefaultDelegateInterceptorDefault 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 DelegateInterceptor Modifier and Type Method Description java.lang.ObjectFixedValue. getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, java.util.Map<java.lang.String,java.lang.Object> availableVariables)java.lang.ObjectJuelExpression. getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, java.util.Map<java.lang.String,java.lang.Object> availableVariables)
-