split()

Splits a business object into the number of container business objects specified by the split level.

Syntax

Vector split(BusObj inBusObj,
           Strng Attr)
 

Parameters

inBusObj
Specifies the parent-level business object on which the split() method operates.

Attr
Specifies the name of the array attribute on which the business object is to be split.

Return values

Returns a vector of business objects, one business object for each child business object in the parent business object's array attribute.

Exceptions

CollaborationException--Thrown if an error occurs while splitting the business object.

Copyright IBM Corp. 2003, 2004