Class JavaDelegateInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.bpmn.delegate.JavaDelegateInvocation
Class handling invocations of JavaDelegates
- Author:
- Daniel Meyer
- 
Field SummaryFieldsFields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocationcontextExecution, contextResource, invocationResult
- 
Constructor SummaryConstructorsConstructorDescriptionJavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution) 
- 
Method SummaryMethods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocationgetContextExecution, getContextResource, getInvocationResult, proceed
- 
Field Details- 
delegateInstance
- 
execution
 
- 
- 
Constructor Details- 
JavaDelegateInvocation
 
- 
- 
Method Details- 
invoke- Specified by:
- invokein class- DelegateInvocation
- Throws:
- Exception
 
 
-