Modifier and Type | Method and Description |
---|---|
protected ExecutionEntity |
DefaultContextAssociationManager.getExecutionFromContext() |
Modifier and Type | Method and Description |
---|---|
static ExecutionEntity |
ScopeUtil.findScopeExecutionForScope(ExecutionEntity execution,
PvmScope scopeActivity)
returns the top-most execution sitting in an activity part of the scope defined by 'scopeActivitiy'.
|
Modifier and Type | Method and Description |
---|---|
static void |
ScopeUtil.createEventScopeExecution(ExecutionEntity execution)
creates an event scope for the given execution:
create a new event scope execution under the parent of the given
execution and move all event subscriptions to that execution.
|
static ExecutionEntity |
ScopeUtil.findScopeExecutionForScope(ExecutionEntity execution,
PvmScope scopeActivity)
returns the top-most execution sitting in an activity part of the scope defined by 'scopeActivitiy'.
|
Modifier and Type | Method and Description |
---|---|
EventSubscriptionEntity |
EventSubscriptionDeclaration.prepareEventSubscriptionEntity(ExecutionEntity execution) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceInvoker.invoke(String serviceType,
Map<String,Object> parameters,
ExecutionEntity execution,
TaskEntity task) |
Modifier and Type | Method and Description |
---|---|
protected Object |
SignalCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected ScopeImpl |
GetActivityInstanceCmd.getActivity(ExecutionEntity executionEntity) |
protected boolean |
GetActivityInstanceCmd.isInactiveConcurrentRoot(ExecutionEntity execution)
returns true if execution is a concurrent root.
|
protected void |
SetProcessDefinitionVersionCmd.validateAndSwitchVersionOfExecution(CommandContext commandContext,
ExecutionEntity execution,
ProcessDefinitionEntity newProcessDefinition) |
Modifier and Type | Method and Description |
---|---|
protected void |
GetActivityInstanceCmd.initActivityInstanceTree(ActivityInstanceImpl parentActInst,
Map<String,List<ExecutionEntity>> executionsByParentActIds) |
Modifier and Type | Field and Description |
---|---|
protected ExecutionEntity |
ExecutionContext.execution |
Modifier and Type | Method and Description |
---|---|
ExecutionEntity |
ExecutionContext.getExecution() |
ExecutionEntity |
ExecutionContext.getProcessInstance() |
Modifier and Type | Method and Description |
---|---|
ExecutionEntity |
DefaultStartFormHandler.submitStartFormData(ExecutionEntity processInstance,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
FormProperty |
FormPropertyHandler.createFormProperty(ExecutionEntity execution) |
protected void |
DefaultFormHandler.initializeFormProperties(FormDataImpl formData,
ExecutionEntity execution) |
void |
FormHandler.submitFormProperties(Map<String,String> properties,
ExecutionEntity execution) |
void |
DefaultFormHandler.submitFormProperties(Map<String,String> properties,
ExecutionEntity execution) |
void |
FormPropertyHandler.submitFormProperty(ExecutionEntity execution,
Map<String,String> properties) |
ExecutionEntity |
DefaultStartFormHandler.submitStartFormData(ExecutionEntity processInstance,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
protected abstract HistoryEvent |
HistoryTaskListener.createHistoryEvent(DelegateTask task,
ExecutionEntity execution) |
protected HistoryEvent |
ActivityInstanceUpdateListener.createHistoryEvent(DelegateTask task,
ExecutionEntity execution) |
Modifier and Type | Method and Description |
---|---|
void |
TimerSuspendProcessDefinitionHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerStartEventJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerExecuteNestedActivityJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerCatchIntermediateEventJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerActivateProcessDefinitionHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
ProcessEventJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
JobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
AsyncContinuationJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
TimerEntity |
TimerDeclarationImpl.prepareTimerEntity(ExecutionEntity executionEntity) |
Modifier and Type | Field and Description |
---|---|
protected ExecutionEntity |
TaskEntity.execution |
protected ExecutionEntity |
EventSubscriptionEntity.execution |
protected ExecutionEntity |
ExecutionEntity.parent
the parent execution
|
protected ExecutionEntity |
TaskEntity.processInstance |
protected ExecutionEntity |
ExecutionEntity.processInstance
the process instance.
|
protected ExecutionEntity |
ExecutionEntity.replacedBy
when execution structure is pruned during a takeAll, then
the original execution has to be resolved to the replaced execution.
|
protected ExecutionEntity |
ExecutionEntity.subProcessInstance
reference to a subprocessinstance, not-null if currently subprocess is started from this execution
|
protected ExecutionEntity |
ExecutionEntity.superExecution
super execution, not-null if this execution is part of a subprocess
|
Modifier and Type | Field and Description |
---|---|
protected List<ExecutionEntity> |
ExecutionEntity.executions
nested executions representing scopes or concurrent paths
|
Modifier and Type | Method and Description |
---|---|
ExecutionEntity |
ExecutionEntity.createExecution()
creates a new execution.
|
ExecutionEntity |
ProcessDefinitionEntity.createProcessInstance() |
ExecutionEntity |
ProcessDefinitionEntity.createProcessInstance(String businessKey) |
ExecutionEntity |
ProcessDefinitionEntity.createProcessInstance(String businessKey,
ActivityImpl initial) |
ExecutionEntity |
ExecutionEntity.findExecution(String activityId)
searches for an execution positioned in the given activity
|
ExecutionEntity |
ExecutionManager.findExecutionById(String executionId) |
ExecutionEntity |
ExecutionManager.findSubProcessInstanceBySuperExecutionId(String superExecutionId) |
ExecutionEntity |
TaskEntity.getExecution() |
ExecutionEntity |
IncidentEntity.getExecution() |
ExecutionEntity |
EventSubscriptionEntity.getExecution() |
ExecutionEntity |
ExecutionEntity.getParent()
ensures initialization and returns the parent
|
ExecutionEntity |
TaskEntity.getProcessInstance() |
ExecutionEntity |
ExecutionEntity.getProcessInstance()
ensures initialization and returns the process instance.
|
ExecutionEntity |
ExecutionEntity.getReplacedBy() |
protected ExecutionEntity |
VariableScopeImpl.getSourceActivityExecution() |
protected ExecutionEntity |
ExecutionEntity.getSourceActivityExecution()
used to calculate the sourceActivityExecution for method
#updateActivityInstanceIdInHistoricVariableUpdate(HistoricDetailVariableInstanceUpdateEntity, ExecutionEntity) |
ExecutionEntity |
ExecutionEntity.getSubProcessInstance() |
ExecutionEntity |
ExecutionEntity.getSuperExecution() |
protected ExecutionEntity |
ExecutionEntity.newExecution() |
Modifier and Type | Method and Description |
---|---|
List<ExecutionEntity> |
ExecutionManager.findChildExecutionsByParentExecutionId(String parentExecutionId) |
List<ExecutionEntity> |
ExecutionManager.findChildExecutionsByProcessInstanceId(String processInstanceId) |
List<ExecutionEntity> |
ExecutionManager.findEventScopeExecutionsByActivityId(String activityRef,
String parentExecutionId) |
List<ExecutionEntity> |
ExecutionManager.findExecutionsByQueryCriteria(AbstractVariableQueryImpl executionQuery,
Page page) |
protected List<ExecutionEntity> |
ExecutionEntity.getAllChildExecutions() |
List<ExecutionEntity> |
ExecutionEntity.getExecutions()
ensures initialization and returns the non-null executions list
|
Modifier and Type | Method and Description |
---|---|
void |
JobManager.cancelTimers(ExecutionEntity execution) |
static CompensateEventSubscriptionEntity |
CompensateEventSubscriptionEntity.createAndInsert(ExecutionEntity executionEntity) |
protected VariableInstanceEntity |
VariableScopeImpl.createVariableInstance(String variableName,
Object value,
ExecutionEntity sourceActivityExecution) |
protected void |
VariableScopeImpl.createVariableLocal(String variableName,
Object value,
ExecutionEntity sourceActivityExecution)
only called when a new variable is created on this variable scope.
|
protected void |
VariableScopeImpl.deleteVariableInstanceForExplicitUserCall(VariableInstanceEntity variableInstance,
ExecutionEntity sourceActivityExecution) |
protected void |
VariableScopeImpl.fireHistoricVariableInstanceCreate(VariableInstanceEntity variableInstance,
ExecutionEntity sourceActivityExecution) |
protected void |
VariableScopeImpl.fireHistoricVariableInstanceDelete(VariableInstanceEntity variableInstance,
ExecutionEntity sourceActivityExecution) |
protected void |
VariableScopeImpl.fireHistoricVariableInstanceUpdate(VariableInstanceEntity variableInstance,
ExecutionEntity sourceActivityExecution) |
void |
TaskEntity.insert(ExecutionEntity execution) |
CompensateEventSubscriptionEntity |
CompensateEventSubscriptionEntity.moveUnder(ExecutionEntity newExecution) |
protected void |
VariableScopeImpl.removeVariable(String variableName,
ExecutionEntity sourceActivityExecution) |
protected void |
VariableScopeImpl.removeVariableLocal(String variableName,
ExecutionEntity sourceActivityExecution) |
void |
VariableInstanceEntity.setExecution(ExecutionEntity execution) |
void |
TaskEntity.setExecution(ExecutionEntity execution) |
void |
JobEntity.setExecution(ExecutionEntity execution) |
void |
IncidentEntity.setExecution(ExecutionEntity execution) |
void |
EventSubscriptionEntity.setExecution(ExecutionEntity execution) |
void |
TaskEntity.setProcessInstance(ExecutionEntity processInstance) |
void |
ExecutionEntity.setSuperExecution(ExecutionEntity superExecution) |
protected void |
VariableScopeImpl.setVariable(String variableName,
Object value,
ExecutionEntity sourceActivityExecution) |
protected void |
VariableScopeImpl.setVariableLocal(String variableName,
Object value,
ExecutionEntity sourceActivityExecution) |
protected void |
VariableScopeImpl.updateVariableInstance(VariableInstanceEntity variableInstance,
Object value,
ExecutionEntity sourceActivityExecution) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ExecutionEntity.allExecutionsInSameActivity(List<ExecutionEntity> executions) |
void |
ExecutionEntity.setExecutions(List<ExecutionEntity> executions) |
Constructor and Description |
---|
EventSubscriptionEntity(ExecutionEntity executionEntity) |
MessageEventSubscriptionEntity(ExecutionEntity executionEntity) |
SignalEventSubscriptionEntity(ExecutionEntity executionEntity) |
Modifier and Type | Field and Description |
---|---|
protected ExecutionEntity |
MessageCorrelationResult.executionEntity |
Modifier and Type | Method and Description |
---|---|
ExecutionEntity |
MessageCorrelationResult.getExecutionEntity() |
Modifier and Type | Method and Description |
---|---|
static MessageCorrelationResult |
MessageCorrelationResult.matchedExecution(ExecutionEntity executionEntity) |
Copyright © 2015. All rights reserved.