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.rest.dto.runtime | |
org.camunda.bpm.engine.runtime |
Classes related to the
RuntimeService . |
Modifier and Type | Method and Description |
---|---|
Execution |
CurrentProcessInstance.getExecution()
Returns the currently associated execution or 'null'
|
Execution |
BusinessProcess.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 |
Modifier and Type | Method and Description |
---|---|
List<Execution> |
ExecutionManager.findExecutionsByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
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 . |
Copyright © 2015. All rights reserved.