delete method

Use the delete method to remove an entity.

Purpose

The delete method removes the entity specified in the root data object.

Parameters

root
Specifies the root data object that contains the entity you want to remove. The identifier of the entity must be specified.

Returns

The root data object containing the deleted entity and its descendants (if any), with their identifiers.

Exceptions

Signature

public DataObject delete(DataObject root) throws WIMException, RemoteException


Terms of use | Feedback

http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.wim.doc/delete.html