Uses of Interface
org.camunda.bpm.engine.runtime.Execution
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RuntimeService
.-
Uses of Execution in org.camunda.bpm.engine.cdi
Modifier and TypeMethodDescriptionBusinessProcess.getExecution()
Returns the currently associated execution or 'null'CurrentProcessInstance.getExecution()
Returns the currently associated execution or 'null' -
Uses of Execution in org.camunda.bpm.engine.cdi.impl.context
Modifier and TypeMethodDescriptionContextAssociationManager.getExecution()
get the current executionDefaultContextAssociationManager.getExecution()
ScopedAssociation.getExecution()
Modifier and TypeMethodDescriptionvoid
ContextAssociationManager.setExecution
(Execution execution) associate with the provided executionvoid
DefaultContextAssociationManager.setExecution
(Execution execution) void
ScopedAssociation.setExecution
(Execution execution) -
Uses of Execution in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionExecutionQueryImpl.executeList
(CommandContext commandContext, Page page) NativeExecutionQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) -
Uses of Execution in org.camunda.bpm.engine.impl.persistence.entity
-
Uses of Execution in org.camunda.bpm.engine.impl.runtime
Modifier and TypeFieldDescriptionprotected final Execution
MessageCorrelationResultImpl.execution
Modifier and TypeMethodDescriptionCorrelationHandlerResult.getExecution()
MessageCorrelationResultImpl.getExecution()
-
Uses of Execution in org.camunda.bpm.engine.rest.dto.runtime
Modifier and TypeMethodDescriptionstatic ExecutionDto
ExecutionDto.fromExecution
(Execution execution) -
Uses of Execution in org.camunda.bpm.engine.runtime
Modifier and TypeInterfaceDescriptioninterface
Represents one execution of aProcessDefinition
.interface
Represents a process instance with the corresponding latest variables.Modifier and TypeMethodDescriptionMessageCorrelationResult.getExecution()
Returns the execution entity on which the message was correlated to.