| Package | Description |
|---|---|
| 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.runtime |
Classes related to the
RuntimeService. |
| 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 | 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 © 2013–2019 camunda services GmbH. All rights reserved.