org.camunda.bpm.engine.impl.tree
Class ActivityExecutionTuple

java.lang.Object
  extended by org.camunda.bpm.engine.impl.tree.ActivityExecutionTuple

public class ActivityExecutionTuple
extends Object

Tuple of a scope and an execution.

Author:
Philipp Ossler

Constructor Summary
ActivityExecutionTuple(PvmScope scope, ActivityExecution execution)
           
 
Method Summary
 ActivityExecution getExecution()
           
 PvmScope getScope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityExecutionTuple

public ActivityExecutionTuple(PvmScope scope,
                              ActivityExecution execution)
Method Detail

getExecution

public ActivityExecution getExecution()

getScope

public PvmScope getScope()


Copyright © 2016 camunda services GmbH. All rights reserved.