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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivityExecutionTuple
public ActivityExecutionTuple(PvmScope scope,
ActivityExecution execution)
getExecution
public ActivityExecution getExecution()
getScope
public PvmScope getScope()
Copyright © 2016 camunda services GmbH. All rights reserved.