Class JavaDelegateInvocation
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.delegate.DelegateInvocation
- 
- org.camunda.bpm.engine.impl.bpmn.delegate.JavaDelegateInvocation
 
 
- 
 public class JavaDelegateInvocation extends DelegateInvocation Class handling invocations of JavaDelegates- Author:
- Daniel Meyer
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected JavaDelegatedelegateInstanceprotected DelegateExecutionexecution- 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocationcontextExecution, contextResource, invocationResult
 
- 
 - 
Constructor SummaryConstructors Constructor Description JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinvoke()- 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocationgetContextExecution, getContextResource, getInvocationResult, proceed
 
- 
 
- 
- 
- 
Field Detail- 
delegateInstanceprotected final JavaDelegate delegateInstance 
 - 
executionprotected final DelegateExecution execution 
 
- 
 - 
Constructor Detail- 
JavaDelegateInvocationpublic JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution) 
 
- 
 - 
Method Detail- 
invokeprotected void invoke() throws java.lang.Exception- Specified by:
- invokein class- DelegateInvocation
- Throws:
- java.lang.Exception
 
 
- 
 
-