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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.entity.DelayedVariableEvent

public class DelayedVariableEvent
extends Object

Author:
Thorben Lindhauer, Christopher Zell

Field Summary
protected  VariableEvent event
           
protected  PvmExecutionImpl targetScope
           
 
Constructor Summary
DelayedVariableEvent(PvmExecutionImpl targetScope, VariableEvent event)
           
 
Method Summary
 VariableEvent getEvent()
           
 PvmExecutionImpl getTargetScope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2017 camunda services GmbH. All rights reserved.