Uses of Class
org.flowable.engine.impl.delegate.invocation.DelegateInvocation
Packages that use DelegateInvocation
Package
Description
-
Uses of DelegateInvocation in org.flowable.engine.impl.bpmn.http.delegate
Subclasses of DelegateInvocation in org.flowable.engine.impl.bpmn.http.delegateModifier and TypeClassDescriptionclass
Class handling invocations ofHttpRequestHandlers
class
Class handling invocations ofHttpResponseHandlers
-
Uses of DelegateInvocation in org.flowable.engine.impl.delegate
Subclasses of DelegateInvocation in org.flowable.engine.impl.delegate -
Uses of DelegateInvocation in org.flowable.engine.impl.delegate.invocation
Subclasses of DelegateInvocation in org.flowable.engine.impl.delegate.invocationModifier and TypeClassDescriptionclass
Class handling invocations of ExecutionListenersclass
Class responsible for handling Expression.getValue invocationsclass
Baseclass responsible for handling invocations of Expressionsclass
Class responsible for handling Expression.setValue() invocations.class
Class handling invocations of FutureJavaDelegatesclass
Class handling invocations of JavaDelegatesclass
Class handling invocations ofTaskListeners
Methods in org.flowable.engine.impl.delegate.invocation with parameters of type DelegateInvocationModifier and TypeMethodDescriptionvoid
DefaultDelegateInterceptor.handleInvocation
(DelegateInvocation invocation) -
Uses of DelegateInvocation in org.flowable.engine.impl.interceptor
Methods in org.flowable.engine.impl.interceptor with parameters of type DelegateInvocationModifier and TypeMethodDescriptionvoid
DelegateInterceptor.handleInvocation
(DelegateInvocation invocation)