org.camunda.bpm.engine.impl.bpmn.delegate
Class ActivityBehaviorInvocation

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.DelegateInvocation
      extended by org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorInvocation

public class ActivityBehaviorInvocation
extends DelegateInvocation

Author:
Daniel Meyer

Field Summary
protected  ActivityBehavior behaviorInstance
           
protected  ActivityExecution execution
           
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
 
Constructor Summary
ActivityBehaviorInvocation(ActivityBehavior behaviorInstance, ActivityExecution execution)
           
 
Method Summary
protected  void invoke()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 class DelegateInvocation
Throws:
Exception


Copyright © 2015 camunda services GmbH. All rights reserved.