Modifier and Type | Method and Description |
---|---|
protected static PvmScope |
EscalationHandler.getScopeForEscalation(EscalationEventDefinition escalationEventDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
EscalationEventDefinitionFinder.visit(PvmScope scope) |
void |
ErrorDeclarationForProcessInstanceFinder.visit(PvmScope scope) |
Modifier and Type | Method and Description |
---|---|
static Map<String,EventSubscriptionDeclaration> |
EventSubscriptionDeclaration.getDeclarationsForScope(PvmScope scope) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultHistoryEventProducer.initActivityInstanceEvent(HistoricActivityInstanceEventEntity evt,
ExecutionEntity execution,
PvmScope eventSource,
String activityInstanceId,
String parentActivityInstanceId,
HistoryEventType eventType) |
Modifier and Type | Method and Description |
---|---|
static Map<String,TimerDeclarationImpl> |
TimerDeclarationImpl.getDeclarationsForScope(PvmScope scope) |
static Map<String,Map<String,TimerDeclarationImpl>> |
TimerDeclarationImpl.getTimeoutListenerDeclarationsForScope(PvmScope scope) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessDefinitionEntity |
class |
ProcessDefinitionStatisticsEntity |
Modifier and Type | Interface and Description |
---|---|
interface |
PvmActivity
Defines 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 |
ScopeImpl
A Bpmn scope.
|
Modifier and Type | Method and Description |
---|---|
PvmScope |
ProcessDefinitionImpl.getEventScope() |
PvmScope |
ActivityImpl.getLevelOfSubprocessScope() |
PvmScope |
ProcessDefinitionImpl.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 |
---|---|
ReferenceWalker<ActivityExecutionTuple> |
ActivityExecutionHierarchyWalker.addScopePostVisitor(TreeVisitor<PvmScope> visitor) |
ReferenceWalker<ActivityExecutionTuple> |
ActivityExecutionHierarchyWalker.addScopePreVisitor(TreeVisitor<PvmScope> visitor) |
Constructor and Description |
---|
ActivityExecutionTuple(PvmScope scope,
ActivityExecution execution) |
Copyright © 2022. All rights reserved.