Business Object Models

A Business Object Model is an artifact that you can export from a TIBCO Business Studio project. Business object models define the case data for your processes. Case data is any business related data. For example, in an insurance company, case data may consist of an insurance claim or an insurance policy.

When using any of the services that update the case data store, your requests must be constructed to match the structure of the case data defined in your business object model. For example, if you want to add a new claim to a case class called com.example.claim and the claim class contains attributes that include a claimID, a claimType and a claimReceivedDate, then your request must also be structured to provide a claimID, a claimType and a claimReceivedDate.

You can obtain this information by exporting the business object model in TIBCO Business Studio into an XML schema. See Exporting the Business Object Model into an XML Schema.