Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.DelayedVariableEvent
-
Uses of DelayedVariableEvent in org.camunda.bpm.engine.impl.pvm.runtime
Modifier and TypeFieldDescriptionprotected List<DelayedVariableEvent>
PvmExecutionImpl.delayedEvents
Contains the delayed variable events, which will be dispatched on a save point.Modifier and TypeMethodDescriptionPvmExecutionImpl.getDelayedEvents()
The current delayed variable events.Modifier and TypeMethodDescriptionvoid
PvmExecutionImpl.delayEvent
(DelayedVariableEvent delayedVariableEvent) Delays and stores the given DelayedVariableEvent on the process instance.Modifier and TypeMethodDescriptionprotected 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.