| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.pvm.runtime | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<DelayedVariableEvent> | 
PvmExecutionImpl.delayedEvents
Contains the delayed variable events, which will be dispatched on a save point. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<DelayedVariableEvent> | 
PvmExecutionImpl.getDelayedEvents()
The current delayed variable events. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PvmExecutionImpl.delayEvent(DelayedVariableEvent delayedVariableEvent)
Delays and stores the given DelayedVariableEvent on the process instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
PvmExecutionImpl.initActivityIds(List<DelayedVariableEvent> delayedEvents,
               Map<PvmExecutionImpl,String> activityInstanceIds,
               Map<PvmExecutionImpl,String> activityIds)
Initializes the given maps with the target scopes and current activity id's and activity instance id's. 
 | 
Copyright © 2019. All rights reserved.