Modifier and Type | Field and Description |
---|---|
protected PvmActivity |
CancelEndEventActivityBehavior.cancelBoundaryEvent |
Modifier and Type | Method and Description |
---|---|
PvmActivity |
CancelEndEventActivityBehavior.getCancelBoundaryEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
InclusiveGatewayActivityBehavior.activatesGateway(ActivityExecution execution,
PvmActivity gatewayActivity) |
protected boolean |
InclusiveGatewayActivityBehavior.canReachActivity(ActivityExecution execution,
PvmActivity activity) |
ActivityImpl |
MultiInstanceActivityBehavior.getInnerActivity(PvmActivity miBodyActivity)
Get the inner activity of the multi instance execution.
|
protected boolean |
InclusiveGatewayActivityBehavior.isReachable(PvmActivity srcActivity,
PvmActivity targetActivity,
Set<PvmActivity> visitedActivities) |
protected void |
ThrowEscalationEventActivityBehavior.leaveExecution(ActivityExecution execution,
PvmActivity currentActivity,
EscalationEventDefinition escalationEventDefinition) |
protected void |
MultiInstanceActivityBehavior.performInstance(ActivityExecution execution,
PvmActivity activity,
int loopCounter) |
void |
CancelEndEventActivityBehavior.setCancelBoundaryEvent(PvmActivity cancelBoundaryEvent) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
InclusiveGatewayActivityBehavior.isReachable(PvmActivity srcActivity,
PvmActivity targetActivity,
Set<PvmActivity> visitedActivities) |
Modifier and Type | Field and Description |
---|---|
protected PvmActivity |
ErrorDeclarationForProcessInstanceFinder.currentActivity |
protected PvmActivity |
ErrorDeclarationForProcessInstanceFinder.errorHandlerActivity |
protected PvmActivity |
EscalationEventDefinitionFinder.throwEscalationActivity |
Modifier and Type | Method and Description |
---|---|
PvmActivity |
ErrorDeclarationForProcessInstanceFinder.getErrorHandlerActivity() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ErrorDeclarationForProcessInstanceFinder.isReThrowingErrorEventSubprocess(PvmActivity activityHandler) |
Constructor and Description |
---|
ErrorDeclarationForProcessInstanceFinder(Exception exception,
String errorCode,
PvmActivity currentActivity) |
EscalationEventDefinitionFinder(String escalationCode,
PvmActivity throwEscalationActivity) |
Modifier and Type | Field and Description |
---|---|
protected PvmActivity |
EscalationEventDefinition.escalationHandler |
Modifier and Type | Method and Description |
---|---|
PvmActivity |
EscalationEventDefinition.getEscalationHandler() |
Constructor and Description |
---|
EscalationEventDefinition(PvmActivity escalationHandler,
boolean cancelActivity) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractInstantiationCmd.instantiate(ExecutionEntity ancestorScopeExecution,
List<PvmActivity> parentFlowScopes,
CoreModelElement targetElement) |
protected void |
AbstractInstantiationCmd.instantiateConcurrent(ExecutionEntity ancestorScopeExecution,
List<PvmActivity> parentFlowScopes,
CoreModelElement targetElement) |
Modifier and Type | Method and Description |
---|---|
static List<EventSubscriptionJobDeclaration> |
EventSubscriptionJobDeclaration.getDeclarationsForActivity(PvmActivity activity) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEntity.setActivity(PvmActivity activity) |
Modifier and Type | Method and Description |
---|---|
PvmActivity |
PvmScope.findActivity(String activityId)
Recursively finds a flow activity.
|
PvmActivity |
PvmScope.findActivityAtLevelOfSubprocess(String activityId)
Finds an activity at the same level of subprocess.
|
PvmActivity |
PvmExecution.getActivity() |
PvmActivity |
PvmTransition.getDestination() |
PvmActivity |
ReadOnlyProcessDefinition.getInitial() |
PvmActivity |
PvmTransition.getSource() |
Modifier and Type | Method and Description |
---|---|
List<? extends PvmActivity> |
PvmScope.getActivities()
Returns the flow activities of this scope.
|
Modifier and Type | Method and Description |
---|---|
PvmActivity |
ActivityExecution.getActivity()
returns the current
PvmActivity of the execution. |
PvmActivity |
ActivityExecution.getNextActivity()
An activity which is to be started next.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityExecution.executeActivity(PvmActivity activity)
Executes the
ActivityBehavior associated with the given activity. |
List<ActivityExecution> |
ActivityExecution.findInactiveChildExecutions(PvmActivity activity) |
List<ActivityExecution> |
ActivityExecution.findInactiveConcurrentExecutions(PvmActivity activity)
Retrieves all executions which are concurrent and inactive at the given activity.
|
void |
ActivityExecution.setActivity(PvmActivity activity) |
Modifier and Type | Class and Description |
---|---|
class |
ActivityImpl |
Modifier and Type | Method and Description |
---|---|
PvmActivity |
TransitionImpl.getDestination() |
Modifier and Type | Field and Description |
---|---|
protected PvmActivity |
PvmExecutionImpl.nextActivity
the activity which is to be started next
|
protected PvmActivity |
InstantiationStack.targetActivity |
Modifier and Type | Field and Description |
---|---|
protected List<PvmActivity> |
InstantiationStack.activities |
Modifier and Type | Method and Description |
---|---|
PvmActivity |
PvmExecutionImpl.getNextActivity() |
PvmActivity |
InstantiationStack.getTargetActivity() |
Modifier and Type | Method and Description |
---|---|
List<PvmActivity> |
InstantiationStack.getActivities() |
Map<PvmActivity,PvmExecutionImpl> |
PvmExecutionImpl.instantiateScopes(List<PvmActivity> activityStack,
boolean skipCustomListeners,
boolean skipIoMappings)
Instantiates the given set of activities and returns the execution for the bottom-most activity
|
Modifier and Type | Method and Description |
---|---|
static void |
LegacyBehavior.cancelConcurrentScope(PvmExecutionImpl execution,
PvmActivity cancelledScopeActivity)
Cancels an execution which is both concurrent and scope.
|
void |
PvmExecutionImpl.executeActivities(List<PvmActivity> activityStack,
PvmActivity targetActivity,
PvmTransition targetTransition,
Map<String,Object> variables,
Map<String,Object> localVariables,
boolean skipCustomListeners,
boolean skipIoMappings)
Instantiates the given activity stack.
|
void |
PvmExecutionImpl.executeActivitiesConcurrent(List<PvmActivity> activityStack,
PvmActivity targetActivity,
PvmTransition targetTransition,
Map<String,Object> variables,
Map<String,Object> localVariables,
boolean skipCustomListeners,
boolean skipIoMappings)
Instantiates the given activity stack under this execution.
|
void |
PvmExecutionImpl.executeActivity(PvmActivity activity)
Execute an activity which is not contained in normal flow (having no incoming sequence flows).
|
List<ActivityExecution> |
PvmExecutionImpl.findInactiveChildExecutions(PvmActivity activity) |
List<ActivityExecution> |
PvmExecutionImpl.findInactiveConcurrentExecutions(PvmActivity activity) |
void |
PvmExecutionImpl.setActivity(PvmActivity activity) |
void |
PvmExecutionImpl.setNextActivity(PvmActivity nextActivity) |
Modifier and Type | Method and Description |
---|---|
void |
PvmExecutionImpl.executeActivities(List<PvmActivity> activityStack,
PvmActivity targetActivity,
PvmTransition targetTransition,
Map<String,Object> variables,
Map<String,Object> localVariables,
boolean skipCustomListeners,
boolean skipIoMappings)
Instantiates the given activity stack.
|
void |
PvmExecutionImpl.executeActivitiesConcurrent(List<PvmActivity> activityStack,
PvmActivity targetActivity,
PvmTransition targetTransition,
Map<String,Object> variables,
Map<String,Object> localVariables,
boolean skipCustomListeners,
boolean skipIoMappings)
Instantiates the given activity stack under this execution.
|
Map<PvmActivity,PvmExecutionImpl> |
PvmExecutionImpl.instantiateScopes(List<PvmActivity> activityStack,
boolean skipCustomListeners,
boolean skipIoMappings)
Instantiates the given set of activities and returns the execution for the bottom-most activity
|
Constructor and Description |
---|
InstantiationStack(List<PvmActivity> activities,
PvmActivity targetActivity,
PvmTransition targetTransition) |
Constructor and Description |
---|
InstantiationStack(List<PvmActivity> activities) |
InstantiationStack(List<PvmActivity> activities,
PvmActivity targetActivity,
PvmTransition targetTransition) |
Modifier and Type | Method and Description |
---|---|
protected PvmActivity |
PvmAtomicOperationActivityStartCancelScope.getCancellingActivity(PvmExecutionImpl execution) |
protected PvmActivity |
PvmAtomicOperationsTransitionInterruptFlowScope.getInterruptingActivity(PvmExecutionImpl execution) |
protected PvmActivity |
PvmAtomicOperationActivityStartInterruptEventScope.getInterruptingActivity(PvmExecutionImpl execution) |
protected abstract PvmActivity |
PvmAtomicOperationInterruptScope.getInterruptingActivity(PvmExecutionImpl execution) |
Modifier and Type | Method and Description |
---|---|
protected ActivityImpl |
PvmAtomicOperationDeleteCascadeFireActivityEnd.getFlowScopeActivity(PvmActivity activity) |
Modifier and Type | Field and Description |
---|---|
protected List<PvmActivity> |
ActivityStackCollector.activityStack |
Modifier and Type | Method and Description |
---|---|
List<PvmActivity> |
ActivityStackCollector.getActivityStack() |
Copyright © 2022. All rights reserved.