Modifier and Type | Method and Description |
---|---|
protected boolean |
InclusiveGatewayActivityBehavior.isReachable(PvmActivity srcActivity,
PvmActivity targetActivity,
Set<PvmActivity> visitedActivities) |
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 |
ExecutionEntity.nextActivity
an activity which is to be started next
|
Modifier and Type | Method and Description |
---|---|
PvmActivity |
ExecutionEntity.getNextActivity() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEntity.executeActivity(PvmActivity activity) |
List<ActivityExecution> |
ExecutionEntity.findInactiveConcurrentExecutions(PvmActivity activity) |
void |
ExecutionEntity.setActivity(PvmActivity activity) |
Modifier and Type | Method and Description |
---|---|
PvmActivity |
PvmScope.findActivity(String activityId) |
PvmActivity |
PvmExecution.getActivity() |
PvmActivity |
PvmTransition.getDestination() |
PvmActivity |
ReadOnlyProcessDefinition.getInitial() |
PvmActivity |
PvmTransition.getSource() |
Modifier and Type | Method and Description |
---|---|
List<? extends PvmActivity> |
PvmScope.getActivities() |
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.findInactiveConcurrentExecutions(PvmActivity activity)
Retrieves all executions which are concurrent and inactive at the given activity.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivityImpl |
Modifier and Type | Field and Description |
---|---|
protected PvmActivity |
ExecutionImpl.nextActivity |
Modifier and Type | Method and Description |
---|---|
protected PvmActivity |
AtomicOperationTransitionCancelScope.getCancellingActivity(InterpretableExecution execution) |
protected abstract PvmActivity |
AtomicOperationCancelScope.getCancellingActivity(InterpretableExecution execution) |
protected PvmActivity |
AtomicOperationActivityStartCancelScope.getCancellingActivity(InterpretableExecution execution) |
PvmActivity |
ExecutionImpl.getNextActivity() |
Modifier and Type | Method and Description |
---|---|
protected InterpretableExecution |
AtomicOperationCreateConcurrentExecution.createConcurrentExecution(InterpretableExecution execution,
PvmActivity concurrentActivity) |
void |
ExecutionImpl.executeActivity(PvmActivity activity) |
List<ActivityExecution> |
ExecutionImpl.findInactiveConcurrentExecutions(PvmActivity activity) |
void |
InterpretableExecution.setActivity(PvmActivity activity) |
void |
ExecutionImpl.setActivity(PvmActivity activity)
sets the current activity.
|
Copyright © 2015. All rights reserved.