public interface ExecutionContext extends SessionContext
ExecutionHandler| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContextData(java.lang.String key)
Returns the value associated with the supplied key or
null of no value exists. |
ExtensionObject |
getExtensionObject()
Returns the extension object.
|
void |
setContextData(java.lang.String key,
java.lang.Object value)
Stores a value in the execution context associated with the supplied key.
|
getSession, reportExtensionObject getExtensionObject()
void setContextData(java.lang.String key,
java.lang.Object value)
key - the keyvalue - the associated valuegetContextData(String)java.lang.Object getContextData(java.lang.String key)
null of no value exists.
The values are set by th extension using the setContextData() method.key - the keynullsetContextData(String, Object)Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.