updateBO()

Updates a persisted business object in the CxCollabStateBO database table. The business object is passed through the delimited data handler and converted into a string. The resulting string is then stored in the database table.

Syntax

public void updateBO(java.lang.String CollabObjName,
                java.lang.String Verb,
                java.lang.String PropDocID,
                java.lang.String BusinessObjectType,
                com.crossworlds.BusObj BOtoUpdate)
 

Parameters

CollabObjName
Specifies the name of the collaboration.

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

BusinessObjectType
Specifies the type of the business object.

PropDocID
Specifies identifier for the business object.

BOtoUpdate
Specifies the name of the business object to be updated.

Exceptions

Throws the following exceptions:

Notes

The updateBO() method can be used with internationalized collaborations. The CxCollabStateBO database table correctly stores DBCS and MBCS characters, and it contains a Locale column to store locale information.

Copyright IBM Corp. 2003, 2004