Class DelayedVariableEvent
- java.lang.Object
-
- org.camunda.bpm.engine.impl.persistence.entity.DelayedVariableEvent
-
public class DelayedVariableEvent extends Object
- Author:
- Thorben Lindhauer, Christopher Zell
-
-
Field Summary
Fields Modifier and Type Field Description protected VariableEvent
event
protected PvmExecutionImpl
targetScope
-
Constructor Summary
Constructors Constructor Description DelayedVariableEvent(PvmExecutionImpl targetScope, VariableEvent event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableEvent
getEvent()
PvmExecutionImpl
getTargetScope()
-
-
-
Field Detail
-
targetScope
protected PvmExecutionImpl targetScope
-
event
protected VariableEvent event
-
-
Constructor Detail
-
DelayedVariableEvent
public DelayedVariableEvent(PvmExecutionImpl targetScope, VariableEvent event)
-
-
Method Detail
-
getTargetScope
public PvmExecutionImpl getTargetScope()
-
getEvent
public VariableEvent getEvent()
-
-