recoverBO()

Recovers a business object that was persisted in the CxCollabStateBO database table.

Syntax

public com.crossworlds.BusObj recoverBO(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 Retrieve.

BusinessObjectType
Specifies the type of the business object.

PropDocID
Specifies identifier for the business object.

Return values

Returns the stored business object from the CxCollabStateBO database table.

Exceptions

Throws the following exceptions:

Copyright IBM Corp. 2003, 2004