Skip to content

/AWS1/CL_DMGMETMODELREFERENCE

A reference to a metadata model, including its name and selection rules for location identification.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_metadatamodelname TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The name of the metadata model.

iv_selectionrules TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

A JSON string that identifies this metadata model in the metadata tree. For the selection rule format, see Selection rules in DMS Schema Conversion.

Usage:

  • You can pass this value as the SelectionRules parameter to any operation that accepts selection rules, such as DescribeMetadataModel, StartMetadataModelConversion, and others.


Queryable Attributes

MetadataModelName

The name of the metadata model.

Accessible with the following methods

Method Description
GET_METADATAMODELNAME() Getter for METADATAMODELNAME, with configurable default
ASK_METADATAMODELNAME() Getter for METADATAMODELNAME w/ exceptions if field has no v
HAS_METADATAMODELNAME() Determine if METADATAMODELNAME has a value

SelectionRules

A JSON string that identifies this metadata model in the metadata tree. For the selection rule format, see Selection rules in DMS Schema Conversion.

Usage:

  • You can pass this value as the SelectionRules parameter to any operation that accepts selection rules, such as DescribeMetadataModel, StartMetadataModelConversion, and others.

Accessible with the following methods

Method Description
GET_SELECTIONRULES() Getter for SELECTIONRULES, with configurable default
ASK_SELECTIONRULES() Getter for SELECTIONRULES w/ exceptions if field has no valu
HAS_SELECTIONRULES() Determine if SELECTIONRULES has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_METADATAMODELREFERENCELIST

TYPES TT_METADATAMODELREFERENCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGMETMODELREFERENCE WITH DEFAULT KEY
.