Modifier and Type | Method and Description |
---|---|
List<PvmExecutionImpl> |
FoxDeleteProcessInstanceCmd.collectExecutionToDelete(PvmExecutionImpl execution) |
Modifier and Type | Method and Description |
---|---|
List<PvmExecutionImpl> |
FoxDeleteProcessInstanceCmd.collectExecutionToDelete(PvmExecutionImpl execution) |
Modifier and Type | Method and Description |
---|---|
void |
CaseExecutionEntity.setSubProcessInstance(PvmExecutionImpl subProcessInstance) |
Modifier and Type | Method and Description |
---|---|
PvmExecutionImpl |
CaseExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition) |
abstract PvmExecutionImpl |
CmmnExecution.createSubProcessInstance(PvmProcessDefinition processDefinition) |
PvmExecutionImpl |
CaseExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition,
String businessKey) |
abstract PvmExecutionImpl |
CmmnExecution.createSubProcessInstance(PvmProcessDefinition processDefinition,
String businessKey) |
PvmExecutionImpl |
CaseExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition,
String businessKey,
String caseInstanceId) |
abstract PvmExecutionImpl |
CmmnExecution.createSubProcessInstance(PvmProcessDefinition processDefinition,
String businessKey,
String caseInstanceId) |
abstract PvmExecutionImpl |
CmmnExecution.getSubProcessInstance() |
Modifier and Type | Method and Description |
---|---|
void |
CaseExecutionImpl.setSubProcessInstance(PvmExecutionImpl subProcessInstance) |
abstract void |
CmmnExecution.setSubProcessInstance(PvmExecutionImpl subProcessInstance) |
Modifier and Type | Method and Description |
---|---|
static void |
FormPropertyHelper.initFormPropertiesOnScope(VariableMap variables,
PvmExecutionImpl execution) |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionEntity |
Modifier and Type | Method and Description |
---|---|
protected PvmExecutionImpl |
ProcessDefinitionEntity.newProcessInstance(ActivityImpl activityImpl) |
Modifier and Type | Method and Description |
---|---|
void |
HistoryAwareStartContext.initialStarted(PvmExecutionImpl execution) |
void |
ExecutionEntity.replace(PvmExecutionImpl execution) |
void |
ExecutionEntity.setParent(PvmExecutionImpl parent) |
void |
ExecutionEntity.setProcessInstance(PvmExecutionImpl processInstance) |
void |
ExecutionEntity.setReplacedBy(PvmExecutionImpl replacedBy) |
void |
ExecutionEntity.setSubProcessInstance(PvmExecutionImpl subProcessInstance) |
void |
ExecutionEntity.setSuperExecution(PvmExecutionImpl superExecution) |
Modifier and Type | Method and Description |
---|---|
void |
FormPropertyStartContext.initialStarted(PvmExecutionImpl execution) |
Modifier and Type | Method and Description |
---|---|
protected PvmExecutionImpl |
ProcessDefinitionImpl.newProcessInstance(ActivityImpl startActivity) |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionImpl |
Modifier and Type | Field and Description |
---|---|
protected PvmExecutionImpl |
OutgoingExecution.outgoingExecution |
Modifier and Type | Method and Description |
---|---|
PvmExecutionImpl |
PvmExecutionImpl.createExecution()
creates a new execution.
|
abstract PvmExecutionImpl |
PvmExecutionImpl.createExecution(boolean initStartContext) |
PvmExecutionImpl |
PvmExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition) |
PvmExecutionImpl |
ExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition,
String businessKey) |
abstract PvmExecutionImpl |
PvmExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition,
String businessKey) |
PvmExecutionImpl |
ExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition,
String businessKey,
String caseInstanceId) |
abstract PvmExecutionImpl |
PvmExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition,
String businessKey,
String caseInstanceId) |
PvmExecutionImpl |
PvmExecutionImpl.findExecution(String activityId) |
abstract PvmExecutionImpl |
PvmExecutionImpl.getParent()
ensures initialization and returns the parent
|
abstract PvmExecutionImpl |
PvmExecutionImpl.getProcessInstance()
ensures initialization and returns the process instance.
|
PvmExecutionImpl |
ExecutionImpl.getReplacedBy() |
abstract PvmExecutionImpl |
PvmExecutionImpl.getReplacedBy() |
abstract PvmExecutionImpl |
PvmExecutionImpl.getSubProcessInstance() |
abstract PvmExecutionImpl |
PvmExecutionImpl.getSuperExecution() |
Modifier and Type | Method and Description |
---|---|
protected List<PvmExecutionImpl> |
PvmExecutionImpl.getAllChildExecutions() |
abstract List<? extends PvmExecutionImpl> |
PvmExecutionImpl.getExecutions() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PvmExecutionImpl.hasConcurrentSiblings(PvmExecutionImpl concurrentRoot) |
void |
ProcessInstanceStartContext.initialStarted(PvmExecutionImpl execution) |
void |
PvmExecutionImpl.replace(PvmExecutionImpl execution) |
void |
ExecutionImpl.setParent(PvmExecutionImpl parent)
all updates need to go through this setter as subclasses can override this method
|
abstract void |
PvmExecutionImpl.setParent(PvmExecutionImpl parent) |
void |
ExecutionImpl.setProcessInstance(PvmExecutionImpl processInstance)
for setting the process instance, this setter must be used as subclasses can override
|
abstract void |
PvmExecutionImpl.setProcessInstance(PvmExecutionImpl pvmExecutionImpl) |
void |
ExecutionImpl.setReplacedBy(PvmExecutionImpl replacedBy) |
void |
PvmExecutionImpl.setReplacedBy(PvmExecutionImpl replacedBy) |
void |
ExecutionImpl.setSubProcessInstance(PvmExecutionImpl subProcessInstance) |
abstract void |
PvmExecutionImpl.setSubProcessInstance(PvmExecutionImpl subProcessInstance) |
void |
ExecutionImpl.setSuperExecution(PvmExecutionImpl superExecution) |
abstract void |
PvmExecutionImpl.setSuperExecution(PvmExecutionImpl superExecution) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PvmExecutionImpl.allExecutionsInSameActivity(List<PvmExecutionImpl> executions) |
Constructor and Description |
---|
OutgoingExecution(PvmExecutionImpl outgoingExecution,
TransitionImpl outgoingTransition,
boolean isNew) |
Modifier and Type | Method and Description |
---|---|
protected PvmExecutionImpl |
PvmAtomicOperationCreateConcurrentExecution.createConcurrentExecution(PvmExecutionImpl execution,
ActivityImpl concurrentActivity) |
protected PvmExecutionImpl |
PvmAtomicOperationProcessStart.eventNotificationsStarted(PvmExecutionImpl execution) |
protected PvmExecutionImpl |
PvmAtomicOperationActivityInstanceEnd.eventNotificationsStarted(PvmExecutionImpl execution) |
protected PvmExecutionImpl |
PvmAtomicOperationDeleteCascadeFireActivityEnd.eventNotificationsStarted(PvmExecutionImpl execution) |
protected PvmExecutionImpl |
PvmAtomicOperationActivityInstanceStart.eventNotificationsStarted(PvmExecutionImpl execution) |
protected PvmExecutionImpl |
PvmAtomicOperationDeleteCascade.findFirstLeaf(PvmExecutionImpl execution) |
protected PvmExecutionImpl |
PvmAtomicOperationDeleteCascade.getDeleteRoot(PvmExecutionImpl execution) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
PvmAtomicOperationCreateConcurrentExecution.concurrentExecutionCreated(PvmExecutionImpl propagatingExecution) |
protected void |
PvmAtomicOperationActivityStartConcurrent.concurrentExecutionCreated(PvmExecutionImpl propagatingExecution) |
protected PvmExecutionImpl |
PvmAtomicOperationCreateConcurrentExecution.createConcurrentExecution(PvmExecutionImpl execution,
ActivityImpl concurrentActivity) |
protected void |
PvmAtomicOperationProcessStart.eventNotificationsCompleted(PvmExecutionImpl execution) |
protected void |
PvmAtomicOperationFireActivityEnd.eventNotificationsCompleted(PvmExecutionImpl execution) |
protected void |
PvmAtomicOperationProcessStartInitial.eventNotificationsCompleted(PvmExecutionImpl execution) |
protected void |
PvmAtomicOperationActivityStart.eventNotificationsCompleted(PvmExecutionImpl execution) |
protected void |
PvmAtomicOperationTransitionNotifyListenerEnd.eventNotificationsCompleted(PvmExecutionImpl execution) |
protected void |
PvmAtomicOperationActivityInstanceEnd.eventNotificationsCompleted(PvmExecutionImpl execution) |
protected void |
PvmAtomicOperationTransitionNotifyListenerStart.eventNotificationsCompleted(PvmExecutionImpl execution) |
protected void |
PvmAtomicOperationProcessEnd.eventNotificationsCompleted(PvmExecutionImpl execution) |
protected void |
PvmAtomicOperationActivityNotifyListenerEnd.eventNotificationsCompleted(PvmExecutionImpl execution) |
protected void |
PvmAtomicOperationDeleteCascadeFireActivityEnd.eventNotificationsCompleted(PvmExecutionImpl execution) |
protected void |
FoxAtomicOperationDeleteCascadeFireActivityEnd.eventNotificationsCompleted(PvmExecutionImpl execution) |
protected void |
PvmAtomicOperationActivityInstanceStart.eventNotificationsCompleted(PvmExecutionImpl execution) |
protected PvmExecutionImpl |
PvmAtomicOperationProcessStart.eventNotificationsStarted(PvmExecutionImpl execution) |
protected PvmExecutionImpl |
PvmAtomicOperationActivityInstanceEnd.eventNotificationsStarted(PvmExecutionImpl execution) |
protected PvmExecutionImpl |
PvmAtomicOperationDeleteCascadeFireActivityEnd.eventNotificationsStarted(PvmExecutionImpl execution) |
protected PvmExecutionImpl |
PvmAtomicOperationActivityInstanceStart.eventNotificationsStarted(PvmExecutionImpl execution) |
void |
PvmAtomicOperationCreateConcurrentExecution.execute(PvmExecutionImpl execution) |
void |
PvmAtomicOperationCancelScope.execute(PvmExecutionImpl execution) |
void |
PvmAtomicOperationTransitionCreateScope.execute(PvmExecutionImpl execution) |
void |
PvmAtomicOperationDeleteCascade.execute(PvmExecutionImpl execution) |
void |
PvmAtomicOperationActivityEnd.execute(PvmExecutionImpl execution) |
void |
PvmAtomicOperationTransitionDestroyScope.execute(PvmExecutionImpl execution) |
void |
FoxAtomicOperationDeleteCascadeFireActivityEnd.execute(PvmExecutionImpl execution) |
void |
PvmAtomicOperationTransitionNotifyListenerTake.execute(PvmExecutionImpl execution) |
void |
PvmAtomicOperationActivityExecute.execute(PvmExecutionImpl execution) |
protected boolean |
PvmAtomicOperationDeleteCascadeFireActivityEnd.executesNonScopeActivity(PvmExecutionImpl execution) |
protected PvmExecutionImpl |
PvmAtomicOperationDeleteCascade.findFirstLeaf(PvmExecutionImpl execution) |
protected ActivityImpl |
PvmAtomicOperationActivityStartCancelScope.getCancellingActivity(PvmExecutionImpl execution) |
protected abstract ActivityImpl |
PvmAtomicOperationCancelScope.getCancellingActivity(PvmExecutionImpl execution) |
protected ActivityImpl |
PvmAtomicOperationTransitionCancelScope.getCancellingActivity(PvmExecutionImpl execution) |
protected ScopeImpl |
PvmAtomicOperationCreateConcurrentExecution.getCurrentScope(PvmExecutionImpl execution) |
protected PvmExecutionImpl |
PvmAtomicOperationDeleteCascade.getDeleteRoot(PvmExecutionImpl execution) |
protected ScopeImpl |
PvmAtomicOperationProcessStart.getScope(PvmExecutionImpl execution) |
protected ScopeImpl |
PvmAtomicOperationFireActivityEnd.getScope(PvmExecutionImpl execution) |
protected abstract ScopeImpl |
AbstractPvmEventAtomicOperation.getScope(PvmExecutionImpl execution) |
protected ScopeImpl |
PvmAtomicOperationProcessStartInitial.getScope(PvmExecutionImpl execution) |
protected ScopeImpl |
PvmAtomicOperationActivityStart.getScope(PvmExecutionImpl execution) |
protected ScopeImpl |
PvmAtomicOperationTransitionNotifyListenerEnd.getScope(PvmExecutionImpl execution) |
protected ScopeImpl |
PvmAtomicOperationTransitionNotifyListenerStart.getScope(PvmExecutionImpl execution) |
protected ScopeImpl |
PvmAtomicOperationActivityEnd.getScope(PvmExecutionImpl execution) |
protected ScopeImpl |
PvmAtomicOperationProcessEnd.getScope(PvmExecutionImpl execution) |
protected ScopeImpl |
PvmAtomicOperationActivityNotifyListenerEnd.getScope(PvmExecutionImpl execution) |
protected ScopeImpl |
PvmAtomicOperationDeleteCascadeFireActivityEnd.getScope(PvmExecutionImpl execution) |
boolean |
PvmAtomicOperationProcessStart.isAsync(PvmExecutionImpl execution) |
boolean |
PvmAtomicOperationCreateConcurrentExecution.isAsync(PvmExecutionImpl execution) |
boolean |
PvmAtomicOperationCancelScope.isAsync(PvmExecutionImpl execution) |
boolean |
PvmAtomicOperationTransitionCreateScope.isAsync(PvmExecutionImpl execution) |
boolean |
PvmAtomicOperationDeleteCascade.isAsync(PvmExecutionImpl execution) |
boolean |
PvmAtomicOperationActivityEnd.isAsync(PvmExecutionImpl execution) |
boolean |
PvmAtomicOperationTransitionDestroyScope.isAsync(PvmExecutionImpl instance) |
boolean |
PvmAtomicOperationTransitionNotifyListenerTake.isAsync(PvmExecutionImpl execution) |
boolean |
PvmAtomicOperationActivityExecute.isAsync(PvmExecutionImpl execution) |
protected boolean |
PvmAtomicOperationDeleteCascadeFireActivityEnd.isAsyncBeforeActivity(PvmExecutionImpl execution) |
protected boolean |
PvmAtomicOperationCreateConcurrentExecution.isConcurrentRoot(PvmExecutionImpl execution) |
protected boolean |
PvmAtomicOperationActivityEnd.isExecutionAloneInParent(PvmExecutionImpl execution) |
protected boolean |
PvmAtomicOperationCreateConcurrentExecution.isLeaf(PvmExecutionImpl execution) |
protected boolean |
PvmAtomicOperationActivityInstanceEnd.isSkipNotifyListeners(PvmExecutionImpl execution) |
protected void |
PvmAtomicOperationActivityStartCancelScope.scopeCancelled(PvmExecutionImpl execution) |
protected abstract void |
PvmAtomicOperationCancelScope.scopeCancelled(PvmExecutionImpl execution) |
protected void |
PvmAtomicOperationTransitionCancelScope.scopeCancelled(PvmExecutionImpl execution) |
Modifier and Type | Method and Description |
---|---|
static ActivityBehavior |
ActivityBehaviorUtil.getActivityBehavior(PvmExecutionImpl execution) |
Copyright © 2018. All rights reserved.