contentComplete()

Notifies Business Object Wizard that the ODA has completed its generation of content for the callback content protocol.

Syntax

public void contentComplete(ContentMetaData contentMetaData);
 

Parameters

contentMetaData
Is a content-metadata object that describes the current state of the generated content.

Return values

None.

Notes

The contentComplete() method indicates that the ODA has completed generation of its content. In the callback protocol, Business Object Wizard does not initiate content generation by calling the appropriate content-generation method. Instead, the ODA initiates content generation and Business Object Wizard waits for the ODA to notify it when this content generation is complete. The ODA performs this notification by calling contentComplete(). Once Business Object Wizard is notified, it calls the appropriate content-retrieval method to obtain the generated content.

Important

If the ODA uses the callback protocol for a particular content generation, it must call the contentComplete() method to notify Business Object Wizard that the content is available. Otherwise, Business Object Wizard does not know that the generated content is available for retrieval.

The contentMetaData object must indicate the type of generated content as well as the number of items in the generated content.

Copyright IBM Corp. 1997, 2003