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 Summary
Fields Modifier and Type Field Description protected JavaDelegate
delegateInstance
protected DelegateExecution
execution
-
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
-
-
Constructor Summary
Constructors Constructor Description JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
invoke()
-
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
-
-
-
-
Field Detail
-
delegateInstance
protected final JavaDelegate delegateInstance
-
execution
protected final DelegateExecution execution
-
-
Constructor Detail
-
JavaDelegateInvocation
public JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution)
-
-
Method Detail
-
invoke
protected void invoke() throws Exception
- Specified by:
invoke
in classDelegateInvocation
- Throws:
Exception
-
-