Understanding Sun Master Index Processing (Repository)

dropSecondaryObject

Description

This method removes a child object associated with the parent object (in the memory copy of the object). The object node passed in as the parameter defines the child object type. Use this method to remove a child object before it has been committed to the database. This method is similar to ObjectNode.removeChild. Use ObjectNode.deleteChild to remove the child object permanently from the database.

Syntax


void dropSecondaryObject(ObjectNode obj)

Parameters

Name 

Type 

Description 

obj 

ObjectNode 

An ObjectNode representing the child object to drop from the parent object. 

Returns

None.

Throws

SystemObjectException