org.camunda.bpm.engine.impl.core.variable.event
Class VariableEvent
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.event.VariableEvent
public class VariableEvent
- extends Object
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variableInstance
protected VariableInstance variableInstance
eventName
protected String eventName
sourceScope
protected AbstractVariableScope sourceScope
VariableEvent
public VariableEvent(VariableInstance variableInstance,
String eventName,
AbstractVariableScope sourceScope)
getVariableInstance
public VariableInstance getVariableInstance()
getEventName
public String getEventName()
getSourceScope
public AbstractVariableScope getSourceScope()
Copyright © 2017 camunda services GmbH. All rights reserved.