Uses of Interface
org.camunda.bpm.engine.impl.pvm.PvmScope
-
-
Uses of PvmScope in org.camunda.bpm.engine.impl.bpmn.helper
Methods in org.camunda.bpm.engine.impl.bpmn.helper that return PvmScope Modifier and Type Method Description protected static PvmScope
EscalationHandler. getScopeForEscalation(EscalationEventDefinition escalationEventDefinition)
Methods in org.camunda.bpm.engine.impl.bpmn.helper with parameters of type PvmScope Modifier and Type Method Description void
ErrorDeclarationForProcessInstanceFinder. visit(PvmScope scope)
void
EscalationEventDefinitionFinder. visit(PvmScope scope)
-
Uses of PvmScope in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type PvmScope Modifier and Type Method Description static 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 PvmScope Modifier and Type Method Description protected 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 PvmScope Modifier and Type Method Description static 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 PvmScope Modifier and Type Class Description class
ProcessDefinitionEntity
class
ProcessDefinitionStatisticsEntity
-
Uses of PvmScope in org.camunda.bpm.engine.impl.pvm
Subinterfaces of PvmScope in org.camunda.bpm.engine.impl.pvm Modifier and Type Interface Description interface
PvmActivity
Defines an activity insisde a process.interface
PvmProcessDefinition
interface
ReadOnlyProcessDefinition
Methods in org.camunda.bpm.engine.impl.pvm that return PvmScope Modifier and Type Method 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. -
Uses of PvmScope in org.camunda.bpm.engine.impl.pvm.delegate
Methods in org.camunda.bpm.engine.impl.pvm.delegate with parameters of type PvmScope Modifier and Type Method Description ActivityExecution
ActivityExecution. 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 PvmScope Modifier and Type Class Description class
ActivityImpl
class
ProcessDefinitionImpl
class
ScopeImpl
A Bpmn scope.Methods in org.camunda.bpm.engine.impl.pvm.process that return PvmScope Modifier and Type Method Description PvmScope
ProcessDefinitionImpl. getEventScope()
PvmScope
ActivityImpl. getLevelOfSubprocessScope()
PvmScope
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 PvmScope Modifier and Type Method Description PvmExecutionImpl
PvmExecutionImpl. 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 PvmScope Modifier and Type Method Description protected 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 PvmScope Modifier and Type Method Description protected static PvmScope
ActivityExecutionHierarchyWalker. getCurrentFlowScope(ActivityExecution execution)
PvmScope
ActivityExecutionTuple. getScope()
Methods in org.camunda.bpm.engine.impl.tree with parameters of type PvmScope Modifier and Type Method Description PvmExecutionImpl
ActivityExecutionMappingCollector. getExecutionForScope(PvmScope scope)
Method parameters in org.camunda.bpm.engine.impl.tree with type arguments of type PvmScope Modifier and Type Method Description ReferenceWalker<ActivityExecutionTuple>
ActivityExecutionHierarchyWalker. addScopePostVisitor(TreeVisitor<PvmScope> visitor)
ReferenceWalker<ActivityExecutionTuple>
ActivityExecutionHierarchyWalker. addScopePreVisitor(TreeVisitor<PvmScope> visitor)
Constructors in org.camunda.bpm.engine.impl.tree with parameters of type PvmScope Constructor Description ActivityExecutionTuple(PvmScope scope, ActivityExecution execution)
-