Interface definition based functions - HxGN SDx - Update 64 - Administration & Configuration

Administration and Configuration of HxGN SDx

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

In cases where the import mapping is based on interface definitions, the following computed columns are used to return the name of the class definitions when not specified in the CSV file. For more information on interface definition based mapping, see Object mapping by interface definition.

GetClassDefFromClassificationOrEnums

This computed column retrieves the class definition of the object when the classification name is provided in the query definition. It uses these parameters:

IsEnumTypesIncludedInCriteria - Used to specify whether the enum list type is provided in the query definition.

QueryDef - Used to find the class definition of an object in the target system.

RelDefsNavigationPath - Used to specify the relationships to navigate.

EnumTypeColumnsListFromSpecializedToGeneralized - Used to specify the names of the enum type lists to search for the class definition. This parameter is required only when an enum list type is provided in the query definition.

GetClassDefFromClassificationOrEnums

This computed column retrieves the class definition of the object when the enum list type is provided in the query definition. It uses these parameters:

IsEnumTypesIncludedInCriteria - Used to specify whether the enum list type is provided in the query definition.

QueryDef - Used to find the class definition of an object in the target system.

RelDefsNavigationPath - Used to specify the relationships to navigate.

EnumTypeColumnsListFromSpecializedToGeneralized - Used to specify the names of the enum type lists to search for the class definition.

GetClassDefForObjectsInSystem

This computed column retrieves the class definition of the object when the query definition is provided along with a possible list of class definitions. It uses these parameters:

IncludeHigherConfiguration - Used to specify whether to include a higher configuration in the query or not.

QueryDef - Used to find the class definition of an object in the target system.

PossibleClassDefsListToSearchFor - Used to list all possible class definitions for an object.

For more information on query definitions, see Target system query definitions.