Uses of Class
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
-
-
Uses of DelegateInvocation in org.camunda.bpm.engine.impl.bpmn.behavior
Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type DelegateInvocation Modifier and Type Method Description protected voidCallableElementActivityBehavior. invokeVarMappingDelegation(DelegateInvocation delegation) -
Uses of DelegateInvocation in org.camunda.bpm.engine.impl.bpmn.delegate
Subclasses of DelegateInvocation in org.camunda.bpm.engine.impl.bpmn.delegate Modifier and Type Class Description classActivityBehaviorInvocationclassActivityBehaviorSignalInvocationclassExecutionListenerInvocationClass handling invocations of ExecutionListenersclassJavaDelegateInvocationClass handling invocations of JavaDelegates -
Uses of DelegateInvocation in org.camunda.bpm.engine.impl.cmmn.delegate
Subclasses of DelegateInvocation in org.camunda.bpm.engine.impl.cmmn.delegate Modifier and Type Class Description classCaseExecutionListenerInvocationClass handling invocations of ExecutionListeners -
Uses of DelegateInvocation in org.camunda.bpm.engine.impl.delegate
Subclasses of DelegateInvocation in org.camunda.bpm.engine.impl.delegate Modifier and Type Class Description classExpressionGetInvocationClass responsible for handling Expression.getValue invocationsclassExpressionSetInvocationClass responsible for handling Expression.setValue() invocations.classScriptInvocationMethods in org.camunda.bpm.engine.impl.delegate with parameters of type DelegateInvocation Modifier and Type Method Description protected ProcessApplicationReferenceDefaultDelegateInterceptor. getProcessApplicationForInvocation(DelegateInvocation invocation)voidDefaultDelegateInterceptor. handleInvocation(DelegateInvocation invocation)protected voidDefaultDelegateInterceptor. handleInvocationInContext(DelegateInvocation invocation) -
Uses of DelegateInvocation in org.camunda.bpm.engine.impl.dmn.invocation
Subclasses of DelegateInvocation in org.camunda.bpm.engine.impl.dmn.invocation Modifier and Type Class Description classDecisionInvocation -
Uses of DelegateInvocation in org.camunda.bpm.engine.impl.form.handler
Subclasses of DelegateInvocation in org.camunda.bpm.engine.impl.form.handler Modifier and Type Class Description classCreateStartFormInvocationclassCreateTaskFormInvocationclassSubmitFormVariablesInvocation -
Uses of DelegateInvocation in org.camunda.bpm.engine.impl.form.validator
Subclasses of DelegateInvocation in org.camunda.bpm.engine.impl.form.validator Modifier and Type Class Description classFormFieldValidatorInvocation -
Uses of DelegateInvocation in org.camunda.bpm.engine.impl.interceptor
Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type DelegateInvocation Modifier and Type Method Description voidDelegateInterceptor. handleInvocation(DelegateInvocation invocation) -
Uses of DelegateInvocation in org.camunda.bpm.engine.impl.task.delegate
Subclasses of DelegateInvocation in org.camunda.bpm.engine.impl.task.delegate Modifier and Type Class Description classTaskListenerInvocationClass handling invocations ofTaskListeners -
Uses of DelegateInvocation in org.camunda.bpm.engine.impl.variable.listener
Subclasses of DelegateInvocation in org.camunda.bpm.engine.impl.variable.listener Modifier and Type Class Description classCaseVariableListenerInvocation
-