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
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.