|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.bpmn.helper |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.helper that return ExecutionEntity | |
|---|---|
static ExecutionEntity |
ScopeUtil.findScopeExecutionForScope(ExecutionEntity execution,
PvmScope scopeActivity)
returns the top-most execution sitting in an activity part of the scope defined by 'scopeActivitiy'. |
| Methods in org.camunda.bpm.engine.impl.bpmn.helper with parameters of type ExecutionEntity | |
|---|---|
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'. |
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.bpmn.parser |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ExecutionEntity | |
|---|---|
EventSubscriptionEntity |
EventSubscriptionDeclaration.createSubscription(ExecutionEntity execution)
|
EventSubscriptionEntity |
EventSubscriptionDeclaration.createSubscriptionForParallelMultiInstance(ExecutionEntity execution)
|
void |
EventSubscriptionDeclaration.handleSequentialMultiInstanceLeave(ExecutionEntity execution)
Deletes the actual subscription and creates a new one for the next instance. |
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.cfg |
|---|
| Methods in org.camunda.bpm.engine.impl.cfg with parameters of type ExecutionEntity | |
|---|---|
void |
ServiceInvoker.invoke(String serviceType,
Map<String,Object> parameters,
ExecutionEntity execution,
TaskEntity task)
|
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd that return types with arguments of type ExecutionEntity | |
|---|---|
protected List<ExecutionEntity> |
GetActivityInstanceCmd.loadFromDb(String processInstanceId,
CommandContext commandContext)
|
protected List<ExecutionEntity> |
GetActivityInstanceCmd.loadProcessInstance(String processInstanceId,
CommandContext commandContext)
|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type ExecutionEntity | |
|---|---|
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 |
GetActivityInstanceCmd.loadChildExecutionsFromCache(ExecutionEntity execution,
List<ExecutionEntity> childExecutions)
Loads all executions that are part of this process instance tree from the dbSqlSession cache. |
protected void |
SetProcessDefinitionVersionCmd.validateAndSwitchVersionOfExecution(CommandContext commandContext,
ExecutionEntity execution,
ProcessDefinitionEntity newProcessDefinition)
|
| Method parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type ExecutionEntity | |
|---|---|
protected void |
GetActivityInstanceCmd.initActivityInstanceTree(ActivityInstanceImpl parentActInst,
Map<String,List<ExecutionEntity>> executionsByParentActIds)
|
protected void |
GetActivityInstanceCmd.loadChildExecutionsFromCache(ExecutionEntity execution,
List<ExecutionEntity> childExecutions)
Loads all executions that are part of this process instance tree from the dbSqlSession cache. |
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.cmmn.entity.runtime |
|---|
| Fields in org.camunda.bpm.engine.impl.cmmn.entity.runtime declared as ExecutionEntity | |
|---|---|
protected ExecutionEntity |
CaseExecutionEntity.subProcessInstance
reference to a sub process instance, not-null if currently subprocess is started from this execution |
| Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return ExecutionEntity | |
|---|---|
ExecutionEntity |
CaseExecutionEntity.createSubProcessInstance(PvmProcessDefinition processDefinition)
|
ExecutionEntity |
CaseExecutionEntity.createSubProcessInstance(PvmProcessDefinition processDefinition,
String businessKey)
|
ExecutionEntity |
CaseExecutionEntity.createSubProcessInstance(PvmProcessDefinition processDefinition,
String businessKey,
String caseInstanceId)
|
ExecutionEntity |
CaseExecutionEntity.getSubProcessInstance()
|
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.context |
|---|
| Methods in org.camunda.bpm.engine.impl.context that return ExecutionEntity | |
|---|---|
ExecutionEntity |
ExecutionContext.getProcessInstance()
Deprecated. |
| Methods in org.camunda.bpm.engine.impl.context with parameters of type ExecutionEntity | |
|---|---|
static ProcessApplicationReference |
ProcessApplicationContextUtil.getTargetProcessApplication(ExecutionEntity execution)
|
static void |
Context.setExecutionContext(ExecutionEntity execution)
|
| Constructors in org.camunda.bpm.engine.impl.context with parameters of type ExecutionEntity | |
|---|---|
BpmnExecutionContext(ExecutionEntity execution)
|
|
ExecutionContext(ExecutionEntity execution)
Deprecated. |
|
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.form.handler |
|---|
| Methods in org.camunda.bpm.engine.impl.form.handler that return ExecutionEntity | |
|---|---|
ExecutionEntity |
DefaultStartFormHandler.submitStartFormData(ExecutionEntity processInstance,
VariableMap properties)
|
| Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type ExecutionEntity | |
|---|---|
FormField |
FormFieldHandler.createFormField(ExecutionEntity executionEntity)
|
FormProperty |
FormPropertyHandler.createFormProperty(ExecutionEntity execution)
|
FormFieldValidationConstraint |
FormFieldValidationConstraintHandler.createValidationConstraint(ExecutionEntity execution)
|
protected void |
DefaultFormHandler.initializeFormFields(FormDataImpl taskFormData,
ExecutionEntity execution)
|
protected void |
DefaultFormHandler.initializeFormProperties(FormDataImpl formData,
ExecutionEntity execution)
|
ExecutionEntity |
DefaultStartFormHandler.submitStartFormData(ExecutionEntity processInstance,
VariableMap properties)
|
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.history.parser |
|---|
| Methods in org.camunda.bpm.engine.impl.history.parser with parameters of type ExecutionEntity | |
|---|---|
protected HistoryEvent |
ActivityInstanceUpdateListener.createHistoryEvent(DelegateTask task,
ExecutionEntity execution)
|
protected abstract HistoryEvent |
HistoryTaskListener.createHistoryEvent(DelegateTask task,
ExecutionEntity execution)
|
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.history.producer |
|---|
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.interceptor |
|---|
| Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type ExecutionEntity | |
|---|---|
protected ProcessApplicationReference |
CommandContext.getTargetProcessApplication(ExecutionEntity execution)
|
void |
CommandContext.performOperation(AtomicOperation executionOperation,
ExecutionEntity execution)
|
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.jobexecutor |
|---|
| Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type ExecutionEntity | |
|---|---|
T |
JobDeclaration.createJobInstance(ExecutionEntity execution)
|
TimerEntity |
TimerDeclarationImpl.createTimer(ExecutionEntity execution)
|
TimerEntity |
TimerDeclarationImpl.createTimerInstance(ExecutionEntity execution)
|
TimerEntity |
TimerDeclarationImpl.createTimerInstanceForParallelMultiInstance(ExecutionEntity execution)
|
void |
ProcessEventJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
void |
TimerExecuteNestedActivityJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
void |
AsyncContinuationJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
void |
TimerSuspendProcessDefinitionHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
void |
JobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
void |
TimerSuspendJobDefinitionHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
void |
TimerActivateJobDefinitionHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
void |
TimerStartEventJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
void |
TimerStartEventSubprocessJobHandler.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)
|
protected TimerEntity |
TimerDeclarationImpl.newJobInstance(ExecutionEntity execution)
|
protected MessageEntity |
MessageJobDeclaration.newJobInstance(ExecutionEntity execution)
|
protected abstract T |
JobDeclaration.newJobInstance(ExecutionEntity execution)
|
void |
MessageJobDeclaration.setJobHandlerConfiguration(MessageEntity message,
ExecutionEntity execution,
AtomicOperation executionOperation)
|
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Fields in org.camunda.bpm.engine.impl.persistence.entity declared as ExecutionEntity | |
|---|---|
protected ExecutionEntity |
EventSubscriptionEntity.execution
|
protected ExecutionEntity |
TaskEntity.execution
|
protected ExecutionEntity |
ExecutionEntityVariableStore.executionEntity
|
protected ExecutionEntity |
ExecutionEntity.parent
the parent execution |
protected ExecutionEntity |
ExecutionEntity.processInstance
the process instance. |
protected ExecutionEntity |
TaskEntity.processInstance
|
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 |
| Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type ExecutionEntity | |
|---|---|
protected List<ExecutionEntity> |
ExecutionEntity.executions
nested executions representing scopes or concurrent paths |
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type ExecutionEntity | |
|---|---|
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)
|
List<ExecutionEntity> |
ExecutionEntity.getExecutions()
ensures initialization and returns the non-null executions list |
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ExecutionEntity | |
|---|---|
void |
JobManager.cancelTimers(ExecutionEntity execution)
|
static CompensateEventSubscriptionEntity |
CompensateEventSubscriptionEntity.createAndInsert(ExecutionEntity executionEntity)
|
protected void |
ExecutionEntity.initializeAssociations(ExecutionEntity execution)
|
void |
TaskEntity.insert(ExecutionEntity execution)
|
void |
ExecutionManager.insertExecution(ExecutionEntity execution)
|
CompensateEventSubscriptionEntity |
CompensateEventSubscriptionEntity.moveUnder(ExecutionEntity newExecution)
|
void |
EventSubscriptionEntity.setExecution(ExecutionEntity execution)
|
void |
VariableInstanceEntity.setExecution(ExecutionEntity execution)
|
void |
JobEntity.setExecution(ExecutionEntity execution)
|
void |
IncidentEntity.setExecution(ExecutionEntity execution)
|
void |
TaskEntity.setExecution(ExecutionEntity execution)
|
void |
TaskEntity.setProcessInstance(ExecutionEntity processInstance)
|
| Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type ExecutionEntity | |
|---|---|
void |
ExecutionEntity.setExecutions(List<ExecutionEntity> executions)
|
| Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ExecutionEntity | |
|---|---|
EventSubscriptionEntity(ExecutionEntity executionEntity)
|
|
ExecutionEntityVariableStore(ExecutionEntity executionEntity)
|
|
MessageEventSubscriptionEntity(ExecutionEntity executionEntity)
|
|
SignalEventSubscriptionEntity(ExecutionEntity executionEntity)
|
|
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.runtime |
|---|
| Fields in org.camunda.bpm.engine.impl.runtime declared as ExecutionEntity | |
|---|---|
protected ExecutionEntity |
MessageCorrelationResult.executionEntity
|
| Methods in org.camunda.bpm.engine.impl.runtime that return ExecutionEntity | |
|---|---|
ExecutionEntity |
MessageCorrelationResult.getExecutionEntity()
|
| Methods in org.camunda.bpm.engine.impl.runtime with parameters of type ExecutionEntity | |
|---|---|
static MessageCorrelationResult |
MessageCorrelationResult.matchedExecution(ExecutionEntity executionEntity)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||