Class ActivityBehaviorInvocation
- java.lang.Object
-
- org.camunda.bpm.engine.impl.delegate.DelegateInvocation
-
- org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorInvocation
-
public class ActivityBehaviorInvocation extends DelegateInvocation
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected ActivityBehavior
behaviorInstance
protected ActivityExecution
execution
-
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
-
-
Constructor Summary
Constructors Constructor Description ActivityBehaviorInvocation(ActivityBehavior behaviorInstance, ActivityExecution 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
-
behaviorInstance
protected final ActivityBehavior behaviorInstance
-
execution
protected final ActivityExecution execution
-
-
Constructor Detail
-
ActivityBehaviorInvocation
public ActivityBehaviorInvocation(ActivityBehavior behaviorInstance, ActivityExecution execution)
-
-
Method Detail
-
invoke
protected void invoke() throws Exception
- Specified by:
invoke
in classDelegateInvocation
- Throws:
Exception
-
-