void removeElement(BusObj element)
CollaborationException--The removeElement() method can set the following exception type for this exception:
After you delete an element from the array, the array resizes, changing the indexes of existing elements.
The following example deletes the element Child1 from the business object array items.
items.removeElement(Child1);