Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.DelayedVariableEvent
Packages that use DelayedVariableEvent
-
Uses of DelayedVariableEvent in org.camunda.bpm.engine.impl.pvm.runtime
Fields in org.camunda.bpm.engine.impl.pvm.runtime with type parameters of type DelayedVariableEventModifier and TypeFieldDescriptionprotected List<DelayedVariableEvent>
PvmExecutionImpl.delayedEvents
Contains the delayed variable events, which will be dispatched on a save point.Methods in org.camunda.bpm.engine.impl.pvm.runtime that return types with arguments of type DelayedVariableEventModifier and TypeMethodDescriptionPvmExecutionImpl.getDelayedEvents()
The current delayed variable events.Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type DelayedVariableEventModifier and TypeMethodDescriptionvoid
PvmExecutionImpl.delayEvent
(DelayedVariableEvent delayedVariableEvent) Delays and stores the given DelayedVariableEvent on the process instance.Method parameters in org.camunda.bpm.engine.impl.pvm.runtime with type arguments of type DelayedVariableEventModifier 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.