| Modifier and Type | Method and Description | 
|---|---|
| protected PvmScope | ThrowEscalationEventActivityBehavior. getScopeForEscalation(EscalationEventDefinition escalationEventDefinition) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder. visit(PvmScope scope) | 
| void | AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder. visit(PvmScope scope) | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<EventSubscriptionDeclaration> | EventSubscriptionDeclaration. getDeclarationsForScope(PvmScope scope) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProcessDefinitionEntity | 
| class  | ProcessDefinitionStatisticsEntity | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | PvmActivityDefines an activity insisde a process. | 
| interface  | PvmProcessDefinition | 
| interface  | ReadOnlyProcessDefinition | 
| Modifier and Type | Method and Description | 
|---|---|
| PvmScope | PvmScope. getEventScope()The event scope for an activity is the scope in which the activity listens for events. | 
| PvmScope | PvmScope. getLevelOfSubprocessScope()The "level of subprocess scope" as defined in bpmn: this is the subprocess
 containing the activity. | 
| Modifier and Type | Method and Description | 
|---|---|
| ActivityExecution | ActivityExecution. findExecutionForFlowScope(PvmScope targetScope)Assumption: the current execution is active and executing an activity ( ActivityExecution.getActivity()is not null). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ActivityImpl | 
| class  | ProcessDefinitionImpl | 
| class  | ScopeImplA Bpmn scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| PvmScope | ProcessDefinitionImpl. getEventScope() | 
| PvmScope | ProcessDefinitionImpl. getLevelOfSubprocessScope() | 
| PvmScope | ActivityImpl. getLevelOfSubprocessScope() | 
| Modifier and Type | Method and Description | 
|---|---|
| PvmExecutionImpl | PvmExecutionImpl. findExecutionForFlowScope(PvmScope targetFlowScope)For a given target flow scope, this method returns the corresponding scope execution. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PvmScope | PvmAtomicOperationActivityEnd. getScope(PvmExecutionImpl execution) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static PvmScope | ActivityExecutionHierarchyWalker. getCurrentFlowScope(ActivityExecution execution) | 
| PvmScope | ActivityExecutionTuple. getScope() | 
| Modifier and Type | Method and Description | 
|---|---|
| PvmExecutionImpl | ActivityExecutionMappingCollector. getExecutionForScope(PvmScope scope) | 
| Modifier and Type | Method and Description | 
|---|---|
| TreeWalker<ActivityExecutionTuple> | ActivityExecutionHierarchyWalker. addScopePostVisitor(TreeVisitor<PvmScope> visitor) | 
| TreeWalker<ActivityExecutionTuple> | ActivityExecutionHierarchyWalker. addScopePreVisitor(TreeVisitor<PvmScope> visitor) | 
| Constructor and Description | 
|---|
| ActivityExecutionTuple(PvmScope scope,
                      ActivityExecution execution) | 
Copyright © 2018. All rights reserved.