Package org.camunda.bpm.application
Class InvocationContext
- java.lang.Object
-
- org.camunda.bpm.application.InvocationContext
-
public class InvocationContext extends Object
The context of an invocation.
-
-
Field Summary
Fields Modifier and Type Field Description protected BaseDelegateExecution
execution
-
Constructor Summary
Constructors Constructor Description InvocationContext(BaseDelegateExecution execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseDelegateExecution
getExecution()
String
toString()
-
-
-
Field Detail
-
execution
protected final BaseDelegateExecution execution
-
-
Constructor Detail
-
InvocationContext
public InvocationContext(BaseDelegateExecution execution)
-
-
Method Detail
-
getExecution
public BaseDelegateExecution getExecution()
-
-