public abstract class VariableEvent extends ScopeEvent
BpelEvent.TYPEeventContext| Constructor and Description |
|---|
VariableEvent() |
VariableEvent(java.lang.String varName) |
| Modifier and Type | Method and Description |
|---|---|
BpelEvent.TYPE |
getType() |
java.lang.String |
getVarName() |
void |
setVarName(java.lang.String varName) |
getParentScopeId, getParentScopesNames, getScopeDeclarationId, getScopeId, getScopeName, setParentScopeId, setParentScopesNames, setScopeDeclerationId, setScopeId, setScopeNamegetProcessInstanceId, setProcessInstanceIdgetProcessId, getProcessName, setProcessId, setProcessNameeventName, getLineNo, getTimestamp, setLineNo, setTimestamp, toStringpublic VariableEvent()
public VariableEvent(java.lang.String varName)
public java.lang.String getVarName()
public void setVarName(java.lang.String varName)
public BpelEvent.TYPE getType()
getType in class ScopeEvent