getKeyValues()

Calculates a business object's key value for use in a hash table.

Syntax

String getKeyValues(BusObj inBusObj,
                String KeyAttr)
          
 

Parameters

inBusObj
Specifies the business object for which the key value is calculated.

KeyAttr
Specifies the attribute name on which the method operates. Multiple values are delimited by a comma (,).

Return values

Returns the key value to be used in a Java hash table.

Exceptions

CollaborationException--Thrown if an error occurs while calculating the business object's key value.

Copyright IBM Corp. 2003, 2004