prune()

Removes the child business objects from the current (parent) business object and sets their attributes to null.

Syntax

public final void prune();

Parameters

None.

Return values

None.

Exceptions

AttributeNotFoundException
Thrown if the object-type attribute is not found in the definition of this business object.
WrongAttributeException
Thrown if the attribute is not valid (not an object-type attribute).

Copyright IBM Corporation 1997, 2004. All Rights Reserved.