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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.context.CoreExecutionContext<ExecutionEntity>
      extended by org.camunda.bpm.engine.impl.context.ExecutionContext
          extended by org.camunda.bpm.engine.impl.context.BpmnExecutionContext

public class BpmnExecutionContext
extends ExecutionContext

Author:
Roman Smirnov, Daniel Meyer

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.context.CoreExecutionContext
execution
 
Constructor Summary
BpmnExecutionContext(ExecutionEntity execution)
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.engine.impl.context.ExecutionContext
getDeploymentId, getProcessDefinition, getProcessInstance
 
Methods inherited from class org.camunda.bpm.engine.impl.context.CoreExecutionContext
getDeployment, getExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BpmnExecutionContext

public BpmnExecutionContext(ExecutionEntity execution)


Copyright © 2017 camunda services GmbH. All rights reserved.