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 void
CallableElementActivityBehavior. 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 class
ActivityBehaviorInvocation
class
ActivityBehaviorSignalInvocation
class
ExecutionListenerInvocation
Class handling invocations of ExecutionListenersclass
JavaDelegateInvocation
Class 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 class
CaseExecutionListenerInvocation
Class 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 class
ExpressionGetInvocation
Class responsible for handling Expression.getValue invocationsclass
ExpressionSetInvocation
Class responsible for handling Expression.setValue() invocations.class
ScriptInvocation
Methods in org.camunda.bpm.engine.impl.delegate with parameters of type DelegateInvocation Modifier and Type Method Description protected ProcessApplicationReference
DefaultDelegateInterceptor. getProcessApplicationForInvocation(DelegateInvocation invocation)
void
DefaultDelegateInterceptor. handleInvocation(DelegateInvocation invocation)
protected void
DefaultDelegateInterceptor. 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 class
DecisionInvocation
-
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 class
CreateStartFormInvocation
class
CreateTaskFormInvocation
class
SubmitFormVariablesInvocation
-
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 class
FormFieldValidatorInvocation
-
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 void
DelegateInterceptor. 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 class
TaskListenerInvocation
Class 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 class
CaseVariableListenerInvocation
-