The MapExeContext class provides methods for querying and setting various runtime values that are in effect during map execution.
Table 106 summarizes the methods of the MapExeContext
class.
Method | Description | Page |
---|---|---|
getConnName() | Retrieves the connector name associated with the current map instance. | getConnName() |
getInitiator() | Retrieves the calling context associated with the current map instance. | getInitiator() |
getLocale() | Retrieves the locale associated with the map execution context. | getLocale() |
getOriginalRequestBO() | Retrieves the original-request business object associated with the current map instance. | getOriginalRequestBO() |
setConnName() | Sets the connector name associated with the current map instance. | setConnName() |
setInitiator() | Sets the calling context associated with the current map instance. | setInitiator() |
setLocale() | Sets the locale associated with the map execution context. | setInitiator() |