org.camunda.bpm.engine.impl.context
Class ExecutionContext
java.lang.Object
org.camunda.bpm.engine.impl.context.CoreExecutionContext<ExecutionEntity>
org.camunda.bpm.engine.impl.context.ExecutionContext
- Direct Known Subclasses:
- BpmnExecutionContext
Deprecated. since 7.2: use BpmnExecutionContext
@Deprecated
public class ExecutionContext
- extends CoreExecutionContext<ExecutionEntity>
An ExecutionEntity
execution context. Provides access to the process instance and the deployment.
- Author:
- Tom Baeyens, Roman Smirnov, Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionContext
public ExecutionContext(ExecutionEntity execution)
- Deprecated.
getProcessInstance
public ExecutionEntity getProcessInstance()
- Deprecated.
getProcessDefinition
public ProcessDefinitionEntity getProcessDefinition()
- Deprecated.
getDeploymentId
protected String getDeploymentId()
- Deprecated.
- Specified by:
getDeploymentId
in class CoreExecutionContext<ExecutionEntity>
Copyright © 2017 camunda services GmbH. All rights reserved.