persistBO()

Persists a business object in the CxCollabStateBO database table.

Syntax

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

Parameters

CollabObjName
Specifies the name of the collaboration.

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

BusinessObjectType
Specifies the type of the business object.

PropDocID
Specifies identifier for the business object.

BOtoSave
Specifies the name of the business object to be persisted.

Exceptions

Throws the following exceptions:

Notes

The persistBO() method can be used with internationalized collaborations. Both DBCS and MBCS characters can be stored correctly in the CxCollabStateBO database table. In addition, a Locale column has been added to the CxCollabStateBO table to store the locale information.

Copyright IBM Corp. 2003, 2004