org.camunda.bpm.engine.impl.persistence.entity
Class DelayedVariableEvent
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.DelayedVariableEvent
public class DelayedVariableEvent
- extends Object
- Author:
- Thorben Lindhauer, Christopher Zell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetScope
protected PvmExecutionImpl targetScope
event
protected VariableEvent event
DelayedVariableEvent
public DelayedVariableEvent(PvmExecutionImpl targetScope,
VariableEvent event)
getTargetScope
public PvmExecutionImpl getTargetScope()
getEvent
public VariableEvent getEvent()
Copyright © 2017 camunda services GmbH. All rights reserved.