Package org.camunda.bpm.engine.impl.tree
Class ActivityExecutionTuple
- java.lang.Object
-
- org.camunda.bpm.engine.impl.tree.ActivityExecutionTuple
-
public class ActivityExecutionTuple extends Object
Tuple of a scope and an execution.- Author:
- Philipp Ossler
-
-
Constructor Summary
Constructors Constructor Description ActivityExecutionTuple(PvmScope scope, ActivityExecution execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivityExecution
getExecution()
PvmScope
getScope()
-
-
-
Constructor Detail
-
ActivityExecutionTuple
public ActivityExecutionTuple(PvmScope scope, ActivityExecution execution)
-
-
Method Detail
-
getExecution
public ActivityExecution getExecution()
-
getScope
public PvmScope getScope()
-
-