Class ExecutionContext
java.lang.Object
org.operaton.bpm.engine.impl.context.CoreExecutionContext<ExecutionEntity>
org.operaton.bpm.engine.impl.context.ExecutionContext
- Direct Known Subclasses:
BpmnExecutionContext
@Deprecated(forRemoval=true,
since="1.0")
public class ExecutionContext
extends CoreExecutionContext<ExecutionEntity>
Deprecated, for removal: This API element is subject to removal in a future version.
An
ExecutionEntity execution context. Provides access to the process instance and the deployment.- Author:
- Tom Baeyens, Roman Smirnov, Daniel Meyer
-
Field Summary
Fields inherited from class org.operaton.bpm.engine.impl.context.CoreExecutionContext
execution -
Constructor Summary
ConstructorsConstructorDescriptionExecutionContext(ExecutionEntity execution) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.operaton.bpm.engine.impl.context.CoreExecutionContext
getDeployment, getExecution
-
Constructor Details
-
ExecutionContext
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getProcessInstance
Deprecated, for removal: This API element is subject to removal in a future version. -
getProcessDefinition
Deprecated, for removal: This API element is subject to removal in a future version. -
getDeploymentId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDeploymentIdin classCoreExecutionContext<ExecutionEntity>
-
BpmnExecutionContextinstead.