Uses of Class
org.activiti.engine.impl.delegate.invocation.DelegateInvocation
-
Packages that use DelegateInvocation Package Description org.activiti.engine.impl.delegate org.activiti.engine.impl.delegate.invocation org.activiti.engine.impl.interceptor -
-
Uses of DelegateInvocation in org.activiti.engine.impl.delegate
Subclasses of DelegateInvocation in org.activiti.engine.impl.delegate Modifier and Type Class Description classActivityBehaviorInvocation -
Uses of DelegateInvocation in org.activiti.engine.impl.delegate.invocation
Subclasses of DelegateInvocation in org.activiti.engine.impl.delegate.invocation Modifier and Type Class Description classExecutionListenerInvocationClass handling invocations of ExecutionListenersclassExpressionGetInvocationClass responsible for handling Expression.getValue invocationsclassExpressionInvocationBaseclass responsible for handling invocations of ExpressionsclassExpressionSetInvocationClass responsible for handling Expression.setValue() invocations.classJavaDelegateInvocationClass handling invocations of JavaDelegatesclassTaskListenerInvocationClass handling invocations ofTaskListenersclassThrowMessageDelegateInvocationClass handling invocations of ThrowMessageDelegateMethods in org.activiti.engine.impl.delegate.invocation with parameters of type DelegateInvocation Modifier and Type Method Description voidDefaultDelegateInterceptor. handleInvocation(DelegateInvocation invocation) -
Uses of DelegateInvocation in org.activiti.engine.impl.interceptor
Methods in org.activiti.engine.impl.interceptor with parameters of type DelegateInvocation Modifier and Type Method Description voidDelegateInterceptor. handleInvocation(DelegateInvocation invocation)
-