deleteBO()

Deletes a persisted business object from the CxCollabStateBO database table.

Syntax

public void deleteBO(java.lang.String Verb,
                java.lang.String PropDocID,
                java.lang.String BusinessObjectType)
 

Parameters

Verb
Specifies the verb to use. In this case, the value must be Delete.

BusinessObjectType
Specifies the type of the business object you are deleting.

PropDocID
Specifies identifier for the business object you are deleting.

Exceptions

Throws the following exceptions:

Copyright IBM Corp. 2003, 2004