org.camunda.bpm.application
Class InvocationContext

java.lang.Object
  extended by org.camunda.bpm.application.InvocationContext

public class InvocationContext
extends Object

The context of an invocation.


Field Summary
protected  BaseDelegateExecution execution
           
 
Constructor Summary
InvocationContext(BaseDelegateExecution execution)
           
 
Method Summary
 BaseDelegateExecution getExecution()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

execution

protected final BaseDelegateExecution execution
Constructor Detail

InvocationContext

public InvocationContext(BaseDelegateExecution execution)
Method Detail

getExecution

public BaseDelegateExecution getExecution()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2017 camunda services GmbH. All rights reserved.