getOriginalRequestBO()

Retrieves the original-request business object associated with the current map instance.

Syntax

BusObj getOriginalRequestBO()
 

Parameters

None.

Return values

Returns the original-request business object for the map, as the following table shows:

Calling Contexts Original-Request Business Object
EVENT_DELIVERY , ACCESS_REQUEST Application-specific business object that came in from the application
SERVICE_CALL_REQUEST , SERVICE_CALL_FAILURE Generic business object that was sent down from InterChange Server Express
SERVICE_CALL_RESPONSE Generic business object that was sent down by the SERVICE_CALL_REQUEST
ACCESS_RESPONSE Application-specific business object that came in from the access request initially

Exceptions

None.

Notes

The original-request business object is part of the map execution context. The getOriginalRequestBO() method returns the original-request business object, which depends on the map's calling context. For more information on how this business object is used in maps, see "Original-request business objects"..

See also

getInitiator()

Copyright IBM Corp. 2003