Skip to content

/AWS1/CL_BDCREGRECORDSUMMARY

Summary information about a registry record.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_registryarn TYPE /AWS1/BDCREGISTRYARN /AWS1/BDCREGISTRYARN

The Amazon Resource Name (ARN) of the registry that this record belongs to.

iv_recordarn TYPE /AWS1/BDCREGISTRYRECORDARN /AWS1/BDCREGISTRYRECORDARN

The Amazon Resource Name (ARN) of the registry record.

iv_recordid TYPE /AWS1/BDCREGISTRYRECORDID /AWS1/BDCREGISTRYRECORDID

The unique identifier of the registry record.

iv_name TYPE /AWS1/BDCREGISTRYRECORDNAME /AWS1/BDCREGISTRYRECORDNAME

The name of the registry record.

iv_descriptortype TYPE /AWS1/BDCDESCRIPTORTYPE /AWS1/BDCDESCRIPTORTYPE

The type of descriptor associated with this registry record.

io_descriptors TYPE REF TO /AWS1/CL_BDCDESCRIPTORS /AWS1/CL_BDCDESCRIPTORS

The descriptor configurations for this registry record.

iv_version TYPE /AWS1/BDCREGISTRYRECORDVERSION /AWS1/BDCREGISTRYRECORDVERSION

The version of the registry record.

iv_status TYPE /AWS1/BDCREGISTRYRECORDSTATUS /AWS1/BDCREGISTRYRECORDSTATUS

The current status of the registry record.

iv_createdat TYPE /AWS1/BDCDATETIMESTAMP /AWS1/BDCDATETIMESTAMP

The date and time when the registry record was created.

iv_updatedat TYPE /AWS1/BDCDATETIMESTAMP /AWS1/BDCDATETIMESTAMP

The date and time when the registry record was last updated.

Optional arguments:

iv_description TYPE /AWS1/BDCDESCRIPTION /AWS1/BDCDESCRIPTION

A description of the registry record.


Queryable Attributes

registryArn

The Amazon Resource Name (ARN) of the registry that this record belongs to.

Accessible with the following methods

Method Description
GET_REGISTRYARN() Getter for REGISTRYARN, with configurable default
ASK_REGISTRYARN() Getter for REGISTRYARN w/ exceptions if field has no value
HAS_REGISTRYARN() Determine if REGISTRYARN has a value

recordArn

The Amazon Resource Name (ARN) of the registry record.

Accessible with the following methods

Method Description
GET_RECORDARN() Getter for RECORDARN, with configurable default
ASK_RECORDARN() Getter for RECORDARN w/ exceptions if field has no value
HAS_RECORDARN() Determine if RECORDARN has a value

recordId

The unique identifier of the registry record.

Accessible with the following methods

Method Description
GET_RECORDID() Getter for RECORDID, with configurable default
ASK_RECORDID() Getter for RECORDID w/ exceptions if field has no value
HAS_RECORDID() Determine if RECORDID has a value

name

The name of the registry record.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

description

A description of the registry record.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

descriptorType

The type of descriptor associated with this registry record.

Accessible with the following methods

Method Description
GET_DESCRIPTORTYPE() Getter for DESCRIPTORTYPE, with configurable default
ASK_DESCRIPTORTYPE() Getter for DESCRIPTORTYPE w/ exceptions if field has no valu
HAS_DESCRIPTORTYPE() Determine if DESCRIPTORTYPE has a value

descriptors

The descriptor configurations for this registry record.

Accessible with the following methods

Method Description
GET_DESCRIPTORS() Getter for DESCRIPTORS

version

The version of the registry record.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value

status

The current status of the registry record.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

createdAt

The date and time when the registry record was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The date and time when the registry record was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT 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_REGISTRYRECORDSUMMARYLIST

TYPES TT_REGISTRYRECORDSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCREGRECORDSUMMARY WITH DEFAULT KEY
.