Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.DelayedVariableEvent
-
Packages that use DelayedVariableEvent Package Description org.camunda.bpm.engine.impl.pvm.runtime -
-
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 DelayedVariableEvent Modifier and Type Field Description protected 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 DelayedVariableEvent Modifier and Type Method Description List<DelayedVariableEvent>
PvmExecutionImpl. getDelayedEvents()
The current delayed variable events.Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type DelayedVariableEvent Modifier and Type Method Description void
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 DelayedVariableEvent Modifier and Type Method 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.
-