Skip to content

/AWS1/CL_BDAKNOWLEDGEBASESUMM

Contains details about a knowledge base.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_knowledgebaseid TYPE /AWS1/BDAID /AWS1/BDAID

The unique identifier of the knowledge base.

iv_name TYPE /AWS1/BDANAME /AWS1/BDANAME

The name of the knowledge base.

iv_status TYPE /AWS1/BDAKNOWLEDGEBASESTATUS /AWS1/BDAKNOWLEDGEBASESTATUS

The status of the knowledge base.

iv_updatedat TYPE /AWS1/BDADATETIMESTAMP /AWS1/BDADATETIMESTAMP

The time the knowledge base was last updated.

Optional arguments:

iv_description TYPE /AWS1/BDADESCRIPTION /AWS1/BDADESCRIPTION

The description of the knowledge base.


Queryable Attributes

knowledgeBaseId

The unique identifier of the knowledge base.

Accessible with the following methods

Method Description
GET_KNOWLEDGEBASEID() Getter for KNOWLEDGEBASEID, with configurable default
ASK_KNOWLEDGEBASEID() Getter for KNOWLEDGEBASEID w/ exceptions if field has no val
HAS_KNOWLEDGEBASEID() Determine if KNOWLEDGEBASEID has a value

name

The name of the knowledge base.

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

The description of the knowledge base.

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

status

The status of the knowledge base.

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

updatedAt

The time the knowledge base 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_KNOWLEDGEBASESUMMARIES

TYPES TT_KNOWLEDGEBASESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDAKNOWLEDGEBASESUMM WITH DEFAULT KEY
.