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 Summary
FieldsFields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult - 
Constructor Summary
ConstructorsConstructorDescriptionJavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution)  - 
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed 
- 
Field Details
- 
delegateInstance
 - 
execution
 
 - 
 - 
Constructor Details
- 
JavaDelegateInvocation
 
 - 
 - 
Method Details
- 
invoke
- Specified by:
 invokein classDelegateInvocation- Throws:
 Exception
 
 -