Uses of Interface
org.camunda.bpm.engine.impl.pvm.PvmScope
Packages that use PvmScope
Package
Description
-
Uses of PvmScope in org.camunda.bpm.engine.impl.bpmn.helper
Methods in org.camunda.bpm.engine.impl.bpmn.helper that return PvmScopeModifier and TypeMethodDescriptionprotected static PvmScope
EscalationHandler.getScopeForEscalation
(EscalationEventDefinition escalationEventDefinition) Methods in org.camunda.bpm.engine.impl.bpmn.helper with parameters of type PvmScope -
Uses of PvmScope in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type PvmScopeModifier and TypeMethodDescriptionstatic Map<String,
EventSubscriptionDeclaration> EventSubscriptionDeclaration.getDeclarationsForScope
(PvmScope scope) -
Uses of PvmScope in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type PvmScopeModifier 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
Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type PvmScopeModifier 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
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement PvmScopeModifier and TypeClassDescriptionclass
class
-
Uses of PvmScope in org.camunda.bpm.engine.impl.pvm
Subinterfaces of PvmScope in org.camunda.bpm.engine.impl.pvmModifier and TypeInterfaceDescriptioninterface
Defines an activity insisde a process.interface
interface
Methods in org.camunda.bpm.engine.impl.pvm that return PvmScopeModifier 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
Methods in org.camunda.bpm.engine.impl.pvm.delegate with parameters of type PvmScopeModifier 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
Classes in org.camunda.bpm.engine.impl.pvm.process that implement PvmScopeModifier and TypeClassDescriptionclass
class
class
A Bpmn scope.Methods in org.camunda.bpm.engine.impl.pvm.process that return PvmScopeModifier and TypeMethodDescriptionProcessDefinitionImpl.getEventScope()
ActivityImpl.getLevelOfSubprocessScope()
ProcessDefinitionImpl.getLevelOfSubprocessScope()
-
Uses of PvmScope in org.camunda.bpm.engine.impl.pvm.runtime
Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type PvmScopeModifier 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
Methods in org.camunda.bpm.engine.impl.pvm.runtime.operation that return PvmScopeModifier and TypeMethodDescriptionprotected PvmScope
PvmAtomicOperationActivityEnd.getScope
(PvmExecutionImpl execution) -
Uses of PvmScope in org.camunda.bpm.engine.impl.tree
Methods in org.camunda.bpm.engine.impl.tree that return PvmScopeModifier and TypeMethodDescriptionprotected static PvmScope
ActivityExecutionHierarchyWalker.getCurrentFlowScope
(ActivityExecution execution) ActivityExecutionTuple.getScope()
Methods in org.camunda.bpm.engine.impl.tree with parameters of type PvmScopeModifier and TypeMethodDescriptionActivityExecutionMappingCollector.getExecutionForScope
(PvmScope scope) Method parameters in org.camunda.bpm.engine.impl.tree with type arguments of type PvmScopeModifier and TypeMethodDescriptionActivityExecutionHierarchyWalker.addScopePostVisitor
(TreeVisitor<PvmScope> visitor) ActivityExecutionHierarchyWalker.addScopePreVisitor
(TreeVisitor<PvmScope> visitor) Constructors in org.camunda.bpm.engine.impl.tree with parameters of type PvmScopeModifierConstructorDescriptionActivityExecutionTuple
(PvmScope scope, ActivityExecution execution)