Inserts a child
business object into a business object array
at the next available position.
Syntax
public void insertBusinessObject(BusinessObjectInterface theChildBusObj);
Parameters
- theChildBusObj
- Is the child business object to be inserted.
Return values
None.
Exceptions
-
CxObjectInvalidAttrException
- Thrown if the passed-in business object is not the same type as
the objects contained by the array.
See also
See also the description of the setBusinessObject()
method.
