| Package | Description | 
|---|---|
| org.camunda.bpm.engine.cdi | |
| org.camunda.bpm.engine.cdi.impl.context | |
| org.camunda.bpm.engine.impl | 
 API implementation classes, which shouldn't directly be used by end-users. 
 | 
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.impl.runtime | |
| org.camunda.bpm.engine.rest.dto.runtime | |
| org.camunda.bpm.engine.runtime | 
 Classes related to the  
RuntimeService. | 
| Modifier and Type | Method and Description | 
|---|---|
Execution | 
BusinessProcess.getExecution()
Returns the currently associated execution  or 'null' 
 | 
Execution | 
CurrentProcessInstance.getExecution()
Returns the currently associated execution or 'null' 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BusinessProcess.setExecution(Execution execution)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Execution | 
DefaultContextAssociationManager.ScopedAssociation.execution  | 
| Modifier and Type | Method and Description | 
|---|---|
Execution | 
DefaultContextAssociationManager.getExecution()  | 
Execution | 
DefaultContextAssociationManager.ScopedAssociation.getExecution()  | 
Execution | 
ContextAssociationManager.getExecution()
get the current execution 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultContextAssociationManager.setExecution(Execution execution)  | 
void | 
DefaultContextAssociationManager.ScopedAssociation.setExecution(Execution execution)  | 
void | 
ContextAssociationManager.setExecution(Execution execution)
associate with the provided execution 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Execution> | 
NativeExecutionQueryImpl.executeList(CommandContext commandContext,
           Map<String,Object> parameterMap,
           int firstResult,
           int maxResults)  | 
List<Execution> | 
ExecutionQueryImpl.executeList(CommandContext commandContext,
           Page page)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExecutionEntity  | 
class  | 
ProcessInstanceWithVariablesImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Execution> | 
ExecutionManager.findExecutionsByNativeQuery(Map<String,Object> parameterMap,
                           int firstResult,
                           int maxResults)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Execution | 
MessageCorrelationResultImpl.execution  | 
| Modifier and Type | Method and Description | 
|---|---|
Execution | 
CorrelationHandlerResult.getExecution()  | 
Execution | 
MessageCorrelationResultImpl.getExecution()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ExecutionDto | 
ExecutionDto.fromExecution(Execution execution)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ProcessInstance
Represents one execution of a   
ProcessDefinition. | 
interface  | 
ProcessInstanceWithVariables
Represents a process instance with the corresponding latest variables. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Execution | 
MessageCorrelationResult.getExecution()
Returns the execution entity on which the message was correlated to. 
 | 
Copyright © 2019. All rights reserved.