SampleObject business object

This template business object is passed into an implementation of the IBM® WebSphere® Business Integration Collaboration for Data Storage (such as a collaboration object based on the DataStore collaboration template) for storage in a database.

It is a sample business object that illustrates how the business object is involved in collaboration object operation. In a production environment, this sample business object would be replaced with a user-specified one.

Structure

The SampleObject business object is a flat business object. The following table shows its structure.
Table 1. Attributes for SampleObject business object
Name Type Key App Spec Info
uniqueId String x uniqueId
sampleData String   sampleData

The application specific information for the two attributes is correctly specified for the IBM® WebSphere® Business Integration Data Handler for XML. The uniqueId attribute is specified as the default key in the OBJECT_KEY property of the DataStore collaboration object.

Verbs

The SampleObject business object supports the following verbs:
  • Request Processing (sending to the destination application): Create, Update, Delete, Retrieve
  • Event Notification (receiving from the source application): Create, Update, Delete, Retrieve

Examining the object

To examine a listing of the attributes of the SampleObject business object, use the System Manager or Business Object Designer.

Related information

For more information on related business objects, collaboration templates, and other components, see the following:

Parent topic: PIMR business objects