Uses of Class
org.flowable.engine.impl.delegate.invocation.DelegateInvocation
-
-
Uses of DelegateInvocation in org.flowable.engine.impl.bpmn.http.delegate
Subclasses of DelegateInvocation in org.flowable.engine.impl.bpmn.http.delegate Modifier and Type Class Description classHttpRequestHandlerInvocationClass handling invocations ofHttpRequestHandlersclassHttpResponseHandlerInvocationClass handling invocations ofHttpResponseHandlers -
Uses of DelegateInvocation in org.flowable.engine.impl.delegate
Subclasses of DelegateInvocation in org.flowable.engine.impl.delegate Modifier and Type Class Description classActivityBehaviorInvocation -
Uses of DelegateInvocation in org.flowable.engine.impl.delegate.invocation
Subclasses of DelegateInvocation in org.flowable.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.classFutureJavaDelegateInvocationClass handling invocations of FutureJavaDelegatesclassJavaDelegateInvocationClass handling invocations of JavaDelegatesclassTaskListenerInvocationClass handling invocations ofTaskListenersMethods in org.flowable.engine.impl.delegate.invocation with parameters of type DelegateInvocation Modifier and Type Method Description voidDefaultDelegateInterceptor. handleInvocation(DelegateInvocation invocation) -
Uses of DelegateInvocation in org.flowable.engine.impl.interceptor
Methods in org.flowable.engine.impl.interceptor with parameters of type DelegateInvocation Modifier and Type Method Description voidDelegateInterceptor. handleInvocation(DelegateInvocation invocation)
-