callMap()

Provides a wrapper around the DtpMapService.runMap API to make it easier to call a map from within a collaboration.

Syntax

BusObj callMap(String mapName, BusObj srcBusObj)
 

Parameters

mapName
Specifies the name of the map you want to run.

srcBusObj
Specifies the source business object for the map.

Return values

Returns the destination business object for the map specified by mapName.

Exceptions

CollaborationException--Thrown if an error occurs while attempting to run the mapName map.

Copyright IBM Corp. 2003, 2004