Skip to content

/AWS1/CL_DIRINDEXATTACHMENT

Represents an index and an attached object.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_indexedattributes TYPE /AWS1/CL_DIRATTRKEYANDVALUE=>TT_ATTRIBUTEKEYANDVALUELIST TT_ATTRIBUTEKEYANDVALUELIST

The indexed attribute values.

iv_objectidentifier TYPE /AWS1/DIROBJECTIDENTIFIER /AWS1/DIROBJECTIDENTIFIER

In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.


Queryable Attributes

IndexedAttributes

The indexed attribute values.

Accessible with the following methods

Method Description
GET_INDEXEDATTRIBUTES() Getter for INDEXEDATTRIBUTES, with configurable default
ASK_INDEXEDATTRIBUTES() Getter for INDEXEDATTRIBUTES w/ exceptions if field has no v
HAS_INDEXEDATTRIBUTES() Determine if INDEXEDATTRIBUTES has a value

ObjectIdentifier

In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

Accessible with the following methods

Method Description
GET_OBJECTIDENTIFIER() Getter for OBJECTIDENTIFIER, with configurable default
ASK_OBJECTIDENTIFIER() Getter for OBJECTIDENTIFIER w/ exceptions if field has no va
HAS_OBJECTIDENTIFIER() Determine if OBJECTIDENTIFIER 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_INDEXATTACHMENTLIST

TYPES TT_INDEXATTACHMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DIRINDEXATTACHMENT WITH DEFAULT KEY
.