org.camunda.bpm.engine.impl.context
Class ExecutionContext

java.lang.Object
  extended by org.camunda.bpm.engine.impl.context.ExecutionContext

public class ExecutionContext
extends Object

Author:
Tom Baeyens

Field Summary
protected  ExecutionEntity execution
           
 
Constructor Summary
ExecutionContext(InterpretableExecution execution)
           
 
Method Summary
 DeploymentEntity getDeployment()
           
 ExecutionEntity getExecution()
           
 ProcessDefinitionEntity getProcessDefinition()
           
 ExecutionEntity getProcessInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

execution

protected ExecutionEntity execution
Constructor Detail

ExecutionContext

public ExecutionContext(InterpretableExecution execution)
Method Detail

getExecution

public ExecutionEntity getExecution()

getProcessInstance

public ExecutionEntity getProcessInstance()

getProcessDefinition

public ProcessDefinitionEntity getProcessDefinition()

getDeployment

public DeploymentEntity getDeployment()


Copyright © 2014 camunda services GmbH. All Rights Reserved.