Deprecated methods

Some methods in the BusObj class were supported in earlier versions but are no longer supported. These deprecated methods will not generate errors, but CrossWorlds recommends that you avoid their use and migrate existing code to the new methods. The deprecated methods might be removed in a future release.

Table 93 lists the deprecated methods for the BusObj class. If you have not used Map Designer Express before, ignore this section.

Table 93. Deprecated methods, BusObj Class

Former Method Replacement
getCount()
BusObjArray.size()
getKeys()
keysToString()
getValues()
toString()
not
standard Java NOT operator, "!"
set(BusObj inputBusObj)
copy()
All methods that took a child business object or child business object array as an input argument Get a handle to the child business object or business object array and use the methods of the BusObj or BusObjArray class

The setVerb() method, which was previously listed as deprecated, is now restored for use in mapping. Do not use it within a collaboration.

Copyright IBM Corp. 2003