public class ExecutionContext extends Object
Modifier and Type | Field and Description |
---|---|
protected ExecutionEntity |
execution |
Constructor and Description |
---|
ExecutionContext(InterpretableExecution execution) |
Modifier and Type | Method and Description |
---|---|
DeploymentEntity |
getDeployment() |
ExecutionEntity |
getExecution() |
ProcessDefinitionEntity |
getProcessDefinition() |
ExecutionEntity |
getProcessInstance() |
protected ExecutionEntity execution
public ExecutionContext(InterpretableExecution execution)
public ExecutionEntity getExecution()
public ExecutionEntity getProcessInstance()
public ProcessDefinitionEntity getProcessDefinition()
public DeploymentEntity getDeployment()
Copyright © 2015. All rights reserved.