The IBusinessObjectArray interface provides methods to return a
business object, an array, an array attribute or to set attributes or objects
within an array. Table 11 summarizes the methods of the
IBusinessObjectArray interface.
Method | Description | Page |
---|---|---|
Iduplicate() | Returns a clone of the business object array. | Iduplicate() |
IdeleteBusinessObjectAtIndex() | Deletes the business object at the specified index of the business object array. | IdeleteBusinessObjectAtIndex() |
IgetBusinessObjectAtIndex() | Retrieves a business object at the given index of the business object array. | IgetBusinessObjectAtIndex() |
IgetSize() | Returns the size of the business object array. | IgetSize() |
IremoveAllElements() | Removes all the elements ( business objects) in the business object array. | IremoveAllElements() |
IsetBusinessObject() | Sets the business object at the end of the business object array. | IsetBusinessObject() |
IsetBusinessObjectAtIndex() | Sets the business object at the specified index of the business object array. | IsetBusinessObjectAtIndex() |