public class EventContextImpl extends java.lang.Object implements EventContext
Constructor and Description |
---|
EventContextImpl(OScope __scope,
java.lang.Long __scopeInstanceId,
BpelRuntimeContext __runtimeContext)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getScopeInstanceId()
Get ScopeInstanceId
|
java.lang.String |
getVariableData(java.lang.String varName)
Get Variable data for the given variable name, for this scope instance
|
java.lang.String[] |
getVariableNames()
Get All variable names used in this scope Instance
|
public EventContextImpl(OScope __scope, java.lang.Long __scopeInstanceId, BpelRuntimeContext __runtimeContext)
__scope
- Scope Object used in this scope instance.__scopeInstanceId
- Scope Instance ID__runtimeContext
- BPEL Runtime Contextpublic java.lang.String getVariableData(java.lang.String varName)
getVariableData
in interface EventContext
varName
- Variable Namepublic java.lang.String[] getVariableNames()
getVariableNames
in interface EventContext
public java.lang.Long getScopeInstanceId()
getScopeInstanceId
in interface EventContext