The Domain Object

This item maps to the compliancedomain object in the FlexNet Manager Suite compliance database.

Behavior in the Business Adapter Studio

When you create new objects in the Business Adapter Studio, the Domain appears in the Miscellaneous group in the right-click context menu.

Properties

The Domain object exposes the following properties in the data model for the Business Importer and the Business Adapter Studio.

Table 1. Data model properties for Domain object (alphabetical listing)

Property

Details

Flat Name

Mandatory: adapters must provide values for this column.

In the Business Adapter Studio, the default regular expression to extract the Flat Name from the incoming data is
(?<=DC=.*DC=).*?(?=,DC=)

Maps to compliancedomain.flatname in the compliance database.

It is used (perhaps in conjunction with other properties) as a key for matching existing records there.

Qualified Name

Mandatory: adapters must provide values for this column.

In the Business Adapter Studio, Qualified Name offers a default regular expression of
(?<=DC=).*
replacing incoming strings of
,DC=
with
.

Maps to compliancedomain.QualifiedName in the compliance database.

However, updates to the stored value of compliancedomain.QualifiedName are not permitted.

Data model version 13.2

2022 R1