Uses of Interface
org.camunda.bpm.engine.impl.pvm.PvmScope
Package
Description
-
Uses of PvmScope in org.camunda.bpm.engine.impl.bpmn.helper
Modifier and TypeMethodDescriptionprotected static PvmScope
EscalationHandler.getScopeForEscalation
(EscalationEventDefinition escalationEventDefinition) -
Uses of PvmScope in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeMethodDescriptionstatic Map<String,
EventSubscriptionDeclaration> EventSubscriptionDeclaration.getDeclarationsForScope
(PvmScope scope) -
Uses of PvmScope in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionprotected void
DefaultHistoryEventProducer.initActivityInstanceEvent
(HistoricActivityInstanceEventEntity evt, ExecutionEntity execution, PvmScope eventSource, String activityInstanceId, String parentActivityInstanceId, HistoryEventType eventType) -
Uses of PvmScope in org.camunda.bpm.engine.impl.jobexecutor
Modifier and TypeMethodDescriptionstatic Map<String,
TimerDeclarationImpl> TimerDeclarationImpl.getDeclarationsForScope
(PvmScope scope) static Map<String,
Map<String, TimerDeclarationImpl>> TimerDeclarationImpl.getTimeoutListenerDeclarationsForScope
(PvmScope scope) -
Uses of PvmScope in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeClassDescriptionclass
class
-
Uses of PvmScope in org.camunda.bpm.engine.impl.pvm
Modifier and TypeInterfaceDescriptioninterface
Defines an activity insisde a process.interface
interface
Modifier and TypeMethodDescriptionPvmScope.getEventScope()
The event scope for an activity is the scope in which the activity listens for events.PvmScope.getLevelOfSubprocessScope()
The "level of subprocess scope" as defined in bpmn: this is the subprocess containing the activity. -
Uses of PvmScope in org.camunda.bpm.engine.impl.pvm.delegate
Modifier and TypeMethodDescriptionActivityExecution.findExecutionForFlowScope
(PvmScope targetScope) Assumption: the current execution is active and executing an activity (ActivityExecution.getActivity()
is not null). -
Uses of PvmScope in org.camunda.bpm.engine.impl.pvm.process
Modifier and TypeClassDescriptionclass
class
class
A Bpmn scope.Modifier and TypeMethodDescriptionProcessDefinitionImpl.getEventScope()
ActivityImpl.getLevelOfSubprocessScope()
ProcessDefinitionImpl.getLevelOfSubprocessScope()
-
Uses of PvmScope in org.camunda.bpm.engine.impl.pvm.runtime
Modifier and TypeMethodDescriptionPvmExecutionImpl.findExecutionForFlowScope
(PvmScope targetFlowScope) For a given target flow scope, this method returns the corresponding scope execution. -
Uses of PvmScope in org.camunda.bpm.engine.impl.pvm.runtime.operation
Modifier and TypeMethodDescriptionprotected PvmScope
PvmAtomicOperationActivityEnd.getScope
(PvmExecutionImpl execution) -
Uses of PvmScope in org.camunda.bpm.engine.impl.tree
Modifier and TypeMethodDescriptionprotected static PvmScope
ActivityExecutionHierarchyWalker.getCurrentFlowScope
(ActivityExecution execution) ActivityExecutionTuple.getScope()
Modifier and TypeMethodDescriptionActivityExecutionMappingCollector.getExecutionForScope
(PvmScope scope) Modifier and TypeMethodDescriptionActivityExecutionHierarchyWalker.addScopePostVisitor
(TreeVisitor<PvmScope> visitor) ActivityExecutionHierarchyWalker.addScopePreVisitor
(TreeVisitor<PvmScope> visitor) ModifierConstructorDescriptionActivityExecutionTuple
(PvmScope scope, ActivityExecution execution)