Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.DelayedVariableEvent

Packages that use DelayedVariableEvent
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
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
 List<DelayedVariableEvent> PvmExecutionImpl.getDelayedEvents()
          The current delayed variable events.
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type DelayedVariableEvent
 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
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 © 2017 camunda services GmbH. All rights reserved.