|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ExecutionEntity in org.camunda.bpm.application.impl |
|---|
| Methods in org.camunda.bpm.application.impl with parameters of type ExecutionEntity | |
|---|---|
void |
ProcessApplicationLogger.debugNoTargetProcessApplicationFound(ExecutionEntity execution,
ProcessApplicationManager processApplicationManager)
|
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl |
|---|
| Fields in org.camunda.bpm.engine.impl with type parameters of type ExecutionEntity | |
|---|---|
protected Map<ScopeImpl,Set<ExecutionEntity>> |
ActivityExecutionTreeMapping.activityExecutionMapping
|
| Methods in org.camunda.bpm.engine.impl that return types with arguments of type ExecutionEntity | |
|---|---|
protected List<ExecutionEntity> |
ActivityExecutionTreeMapping.fetchExecutionsForProcessInstance(ExecutionEntity execution)
|
protected List<ExecutionEntity> |
ActivityExecutionTreeMapping.findLeaves(List<ExecutionEntity> executions)
|
Set<ExecutionEntity> |
ActivityExecutionTreeMapping.getExecutions(ScopeImpl activity)
|
| Methods in org.camunda.bpm.engine.impl with parameters of type ExecutionEntity | |
|---|---|
protected List<ExecutionEntity> |
ActivityExecutionTreeMapping.fetchExecutionsForProcessInstance(ExecutionEntity execution)
|
protected boolean |
ActivityExecutionTreeMapping.isLeaf(ExecutionEntity execution)
event-scope executions are not considered in this mapping and must be ignored |
protected void |
ActivityExecutionTreeMapping.mergeScopeExecutions(ExecutionEntity leaf)
|
protected void |
ActivityExecutionTreeMapping.submitExecution(ExecutionEntity execution,
ScopeImpl scope)
|
| Method parameters in org.camunda.bpm.engine.impl with type arguments of type ExecutionEntity | |
|---|---|
protected void |
ActivityExecutionTreeMapping.assignExecutionsToActivities(List<ExecutionEntity> leaves)
|
protected List<ExecutionEntity> |
ActivityExecutionTreeMapping.findLeaves(List<ExecutionEntity> executions)
|
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.bpmn.helper |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.helper with parameters of type ExecutionEntity | |
|---|---|
static void |
CompensationUtil.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. |
protected static ActivityImpl |
CompensationUtil.getEventScopeCompensationHandler(ExecutionEntity execution)
In the context when an event scope execution is created (i.e. |
| 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)
|
| 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.filterLeaves(List<ExecutionEntity> executionList)
|
protected List<ExecutionEntity> |
GetActivityInstanceCmd.filterNonEventScopeExecutions(List<ExecutionEntity> executionList)
|
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 ExecutionEntity |
AbstractProcessInstanceModificationCommand.getScopeExecutionForActivityInstance(ExecutionEntity processInstance,
ActivityExecutionTreeMapping mapping,
ActivityInstance activityInstance)
|
protected void |
AbstractInstanceCancellationCmd.handleChildRemovalInScope(ExecutionEntity removedExecution)
|
protected void |
AbstractInstantiationCmd.instantiate(ExecutionEntity ancestorScopeExecution,
List<PvmActivity> parentFlowScopes,
CoreModelElement targetElement)
|
protected void |
AbstractInstantiationCmd.instantiateConcurrent(ExecutionEntity ancestorScopeExecution,
List<PvmActivity> parentFlowScopes,
CoreModelElement targetElement)
|
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 List<ExecutionEntity> |
GetActivityInstanceCmd.filterLeaves(List<ExecutionEntity> executionList)
|
protected List<ExecutionEntity> |
GetActivityInstanceCmd.filterNonEventScopeExecutions(List<ExecutionEntity> executionList)
|
protected ExecutionEntity |
GetActivityInstanceCmd.filterProcessInstance(List<ExecutionEntity> executionList)
|
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 |
protected ExecutionEntity |
CaseExecutionEntity.superExecution
|
| 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()
|
ExecutionEntity |
CaseExecutionEntity.getSuperExecution()
|
| 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.db |
|---|
| Methods in org.camunda.bpm.engine.impl.db with parameters of type ExecutionEntity | |
|---|---|
void |
EnginePersistenceLogger.createChildExecution(ExecutionEntity child,
ExecutionEntity parent)
|
void |
EnginePersistenceLogger.initializeExecution(ExecutionEntity entity)
|
void |
EnginePersistenceLogger.initializeTimerDeclaration(ExecutionEntity entity)
|
ProcessEngineException |
EnginePersistenceLogger.restoreProcessInstanceException(ExecutionEntity entity)
|
| 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,
org.camunda.bpm.engine.variable.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,
org.camunda.bpm.engine.variable.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 |
|---|
| Fields in org.camunda.bpm.engine.impl.interceptor declared as ExecutionEntity | |
|---|---|
protected ExecutionEntity |
AtomicOperationInvocation.execution
|
| Methods in org.camunda.bpm.engine.impl.interceptor that return ExecutionEntity | |
|---|---|
ExecutionEntity |
AtomicOperationInvocation.getExecution()
|
| Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type ExecutionEntity | |
|---|---|
protected ProcessApplicationReference |
CommandContext.getTargetProcessApplication(ExecutionEntity execution)
|
protected void |
AtomicOperationInvocation.init(AtomicOperation operation,
ExecutionEntity execution,
boolean performAsync)
|
void |
CommandContext.performOperation(AtomicOperation executionOperation,
ExecutionEntity execution)
|
void |
CommandContext.performOperation(AtomicOperation executionOperation,
ExecutionEntity execution,
boolean performAsync)
|
void |
CommandContext.performOperationAsync(AtomicOperation executionOperation,
ExecutionEntity execution)
|
| Constructors in org.camunda.bpm.engine.impl.interceptor with parameters of type ExecutionEntity | |
|---|---|
AtomicOperationInvocation(AtomicOperation operation,
ExecutionEntity execution,
boolean performAsync)
|
|
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.jobexecutor |
|---|
| Methods in org.camunda.bpm.engine.impl.jobexecutor that return ExecutionEntity | |
|---|---|
protected ExecutionEntity |
EventSubscriptionJobDeclaration.resolveExecution(EventSubscriptionEntity context)
|
protected ExecutionEntity |
MessageJobDeclaration.resolveExecution(ExecutionEntity context)
|
protected ExecutionEntity |
TimerDeclarationImpl.resolveExecution(ExecutionEntity context)
|
protected abstract ExecutionEntity |
JobDeclaration.resolveExecution(S context)
|
| Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type ExecutionEntity | |
|---|---|
void |
JobExecutorLogger.couldNotDeterminePriority(ExecutionEntity execution,
Object value,
ProcessEngineException e)
|
TimerEntity |
TimerDeclarationImpl.createTimer(ExecutionEntity execution)
|
TimerEntity |
TimerDeclarationImpl.createTimerInstance(ExecutionEntity execution)
|
protected String |
DefaultJobPriorityProvider.describeContext(JobDeclaration<?,?> jobDeclaration,
ExecutionEntity executionEntity)
|
long |
DefaultJobPriorityProvider.determinePriority(ExecutionEntity execution,
JobDeclaration<?,?> jobDeclaration)
|
long |
JobPriorityProvider.determinePriority(ExecutionEntity execution,
JobDeclaration<?,?> jobDeclaration)
|
protected Long |
DefaultJobPriorityProvider.evaluateValueProvider(ParameterValueProvider valueProvider,
ExecutionEntity execution,
JobDeclaration<?,?> jobDeclaration)
|
void |
TimerChangeJobDefinitionSuspensionStateJobHandler.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 |
ProcessEventJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
void |
AsyncContinuationJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
void |
TimerStartEventJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
void |
TimerChangeProcessDefinitionSuspensionStateJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
void |
TimerStartEventSubprocessJobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
void |
JobHandler.execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
|
protected Long |
DefaultJobPriorityProvider.getActivityPriority(ExecutionEntity execution,
JobDeclaration<?,?> jobDeclaration)
|
protected Long |
DefaultJobPriorityProvider.getJobDefinitionPriority(ExecutionEntity execution,
JobDeclaration<?,?> jobDeclaration)
|
protected Long |
DefaultJobPriorityProvider.getProcessDefinitionPriority(ExecutionEntity execution,
JobDeclaration<?,?> jobDeclaration)
|
protected boolean |
DefaultJobPriorityProvider.isSymptomOfContextSwitchFailure(Throwable t,
ExecutionEntity contextExecution)
|
protected MessageEntity |
MessageJobDeclaration.newJobInstance(ExecutionEntity execution)
|
protected TimerEntity |
TimerDeclarationImpl.newJobInstance(ExecutionEntity execution)
|
protected void |
TimerDeclarationImpl.postInitialize(ExecutionEntity context,
TimerEntity job)
|
protected ExecutionEntity |
MessageJobDeclaration.resolveExecution(ExecutionEntity context)
|
protected ExecutionEntity |
TimerDeclarationImpl.resolveExecution(ExecutionEntity context)
|
void |
MessageJobDeclaration.setJobHandlerConfiguration(MessageEntity message,
ExecutionEntity execution,
AtomicOperation executionOperation)
|
| Uses of ExecutionEntity in org.camunda.bpm.engine.impl.oplog |
|---|
| Methods in org.camunda.bpm.engine.impl.oplog with parameters of type ExecutionEntity | |
|---|---|
UserOperationLogContextEntryBuilder |
UserOperationLogContextEntryBuilder.inContextOf(ExecutionEntity execution)
|
| 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 |
TaskEntity.execution
|
protected ExecutionEntity |
EventSubscriptionEntity.execution
|
protected ExecutionEntity |
ExternalTaskEntity.execution
|
protected ExecutionEntity |
JobEntity.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.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(ExecutionQueryImpl executionQuery,
Page page)
|
List<ExecutionEntity> |
ExecutionEntity.getExecutions()
|
List<ExecutionEntity> |
ExecutionEntity.getExecutionsAsCopy()
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ExecutionEntity | |
|---|---|
void |
JobManager.cancelTimers(ExecutionEntity execution)
|
void |
AuthorizationManager.checkDeleteProcessInstance(ExecutionEntity execution)
|
void |
AuthorizationManager.checkReadProcessInstance(ExecutionEntity execution)
|
void |
AuthorizationManager.checkUpdateProcessInstance(ExecutionEntity execution)
|
static CompensateEventSubscriptionEntity |
CompensateEventSubscriptionEntity.createAndInsert(ExecutionEntity executionEntity,
ActivityImpl activity)
|
static ExternalTaskEntity |
ExternalTaskEntity.createAndInsert(ExecutionEntity execution,
String topic)
|
protected void |
ExecutionManager.createDefaultAuthorizations(ExecutionEntity execution)
|
void |
ExecutionManager.deleteExecution(ExecutionEntity execution)
|
protected static void |
ExecutionEntity.initializeAssociations(ExecutionEntity execution)
|
void |
TaskEntity.insert(ExecutionEntity execution)
|
void |
ExecutionManager.insertExecution(ExecutionEntity execution)
|
protected void |
ExecutionEntity.moveActivityLocalJobsTo(ExecutionEntity other)
|
protected void |
ExecutionEntity.moveExternalTasksTo(ExecutionEntity other)
|
protected void |
ExecutionEntity.moveTasksTo(ExecutionEntity other)
|
CompensateEventSubscriptionEntity |
CompensateEventSubscriptionEntity.moveUnder(ExecutionEntity newExecution)
|
protected void |
ExecutionEntity.moveVariablesTo(ExecutionEntity other)
|
void |
TaskEntity.setExecution(ExecutionEntity execution)
|
void |
EventSubscriptionEntity.setExecution(ExecutionEntity execution)
|
void |
VariableInstanceEntity.setExecution(ExecutionEntity execution)
|
void |
IncidentEntity.setExecution(ExecutionEntity execution)
|
void |
ExternalTaskEntity.setExecution(ExecutionEntity execution)
|
void |
JobEntity.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.restoreProcessInstance(Collection<ExecutionEntity> executions,
Collection<EventSubscriptionEntity> eventSubscriptions,
Collection<VariableInstanceEntity> variables)
Restores a complete process instance tree including referenced entities. |
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.pvm.runtime |
|---|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type ExecutionEntity | |
|---|---|
static void |
LegacyBehavior.removeLegacySubscriptionOnParent(ExecutionEntity execution,
EventSubscriptionEntity eventSubscription)
Required for migrating active sequential MI receive tasks. |
static void |
LegacyBehavior.repairMultiInstanceAsyncJob(ExecutionEntity execution)
When executing an async job for an activity wrapped in an miBody, set the execution to the miBody except the wrapped activity is marked as async. |
| 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 | |||||||||