Uses of Interface
org.operaton.bpm.engine.runtime.Execution
Packages that use 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.operaton.bpm.engine.cdi
Methods in org.operaton.bpm.engine.cdi that return ExecutionModifier and TypeMethodDescriptionBusinessProcess.getExecution()Returns the currently associated execution or 'null'CurrentProcessInstance.getExecution()Returns the currently associated execution or 'null'Methods in org.operaton.bpm.engine.cdi with parameters of type Execution -
Uses of Execution in org.operaton.bpm.engine.cdi.impl.context
Fields in org.operaton.bpm.engine.cdi.impl.context declared as ExecutionMethods in org.operaton.bpm.engine.cdi.impl.context that return ExecutionModifier and TypeMethodDescriptionContextAssociationManager.getExecution()get the current executionDefaultContextAssociationManager.getExecution()ScopedAssociation.getExecution()Methods in org.operaton.bpm.engine.cdi.impl.context with parameters of type ExecutionModifier and TypeMethodDescriptionvoidContextAssociationManager.setExecution(Execution execution) associate with the provided executionvoidDefaultContextAssociationManager.setExecution(Execution execution) voidScopedAssociation.setExecution(Execution execution) -
Uses of Execution in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return types with arguments of type ExecutionModifier and TypeMethodDescriptionExecutionQueryImpl.executeList(CommandContext commandContext, Page page) NativeExecutionQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) -
Uses of Execution in org.operaton.bpm.engine.impl.persistence.entity
Classes in org.operaton.bpm.engine.impl.persistence.entity that implement ExecutionMethods in org.operaton.bpm.engine.impl.persistence.entity that return types with arguments of type Execution -
Uses of Execution in org.operaton.bpm.engine.impl.runtime
Fields in org.operaton.bpm.engine.impl.runtime declared as ExecutionModifier and TypeFieldDescriptionprotected final ExecutionMessageCorrelationResultImpl.executionMethods in org.operaton.bpm.engine.impl.runtime that return ExecutionModifier and TypeMethodDescriptionCorrelationHandlerResult.getExecution()MessageCorrelationResultImpl.getExecution() -
Uses of Execution in org.operaton.bpm.engine.rest.dto.runtime
Methods in org.operaton.bpm.engine.rest.dto.runtime with parameters of type ExecutionModifier and TypeMethodDescriptionstatic ExecutionDtoExecutionDto.fromExecution(Execution execution) -
Uses of Execution in org.operaton.bpm.engine.runtime
Subinterfaces of Execution in org.operaton.bpm.engine.runtimeModifier and TypeInterfaceDescriptioninterfaceRepresents one execution of aProcessDefinition.interfaceRepresents a process instance with the corresponding latest variables.Methods in org.operaton.bpm.engine.runtime that return ExecutionModifier and TypeMethodDescriptionMessageCorrelationResult.getExecution()Returns the execution entity on which the message was correlated to. -
Uses of Execution in org.operaton.bpm.engine.test.util
Classes in org.operaton.bpm.engine.test.util that implement ExecutionFields in org.operaton.bpm.engine.test.util declared as ExecutionMethods in org.operaton.bpm.engine.test.util that return ExecutionMethods in org.operaton.bpm.engine.test.util that return types with arguments of type ExecutionModifier and TypeMethodDescriptionExecutionTreeProcessDefinitionIdAssertion.matches(ExecutionTree tree) returns umatched executions in the treeConstructors in org.operaton.bpm.engine.test.util with parameters of type ExecutionModifierConstructorDescriptionprotectedExecutionTree(Execution execution, List<ExecutionTree> children)