Associating Domain Models to Properties
You can associate domain models with concept, event, and scorecard properties.
If domain models have the same data type as that of the properties, you can associate multiple domain models with multiple properties.
For example, an event and a concept have an
OrderID
property defined the same way, and both the
OrderID
properties use an
OrderIDModel
domain model. In this case, the
OrderIDModel
domain model is associated with the
OrderID
property of the event, as well as of the concept. However, the concept or the event property is associated only with the
OrderIDModel
domain model.
- Procedure
- Perform one of the following actions.
In TIBCO BusinessEvents Studio Explorer, expand the concept, event, or scorecard to display its properties. Right-click the desired property and select Associate Domains.In TIBCO BusinessEvents Studio Explorer, open the desired concept, event, or scorecard editor. In the Domain Model field of the desired property, click the browse icon.
The Associate Domains dialog appears.
- Expand the project tree to display domain models, and select one or more as appropriate.
The displayed domain models have the same data type as that of the property.
- Save the domain model resource.