Skip to content

/AWS1/CL_TEXGETADAPTERRESPONSE

GetAdapterResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ADAPTERID TYPE /AWS1/TEXADAPTERID /AWS1/TEXADAPTERID

A string identifying the adapter that information has been retrieved for.

IV_ADAPTERNAME TYPE /AWS1/TEXADAPTERNAME /AWS1/TEXADAPTERNAME

The name of the requested adapter.

IV_CREATIONTIME TYPE /AWS1/TEXDATETIME /AWS1/TEXDATETIME

The date and time the requested adapter was created at.

IV_DESCRIPTION TYPE /AWS1/TEXADAPTERDESCRIPTION /AWS1/TEXADAPTERDESCRIPTION

The description for the requested adapter.

IT_FEATURETYPES TYPE /AWS1/CL_TEXFEATURETYPES_W=>TT_FEATURETYPES TT_FEATURETYPES

List of the targeted feature types for the requested adapter.

IV_AUTOUPDATE TYPE /AWS1/TEXAUTOUPDATE /AWS1/TEXAUTOUPDATE

Binary value indicating if the adapter is being automatically updated or not.

IT_TAGS TYPE /AWS1/CL_TEXTAGMAP_W=>TT_TAGMAP TT_TAGMAP

A set of tags (key-value pairs) associated with the adapter that has been retrieved.


Queryable Attributes

AdapterId

A string identifying the adapter that information has been retrieved for.

Accessible with the following methods

Method Description
GET_ADAPTERID() Getter for ADAPTERID, with configurable default
ASK_ADAPTERID() Getter for ADAPTERID w/ exceptions if field has no value
HAS_ADAPTERID() Determine if ADAPTERID has a value

AdapterName

The name of the requested adapter.

Accessible with the following methods

Method Description
GET_ADAPTERNAME() Getter for ADAPTERNAME, with configurable default
ASK_ADAPTERNAME() Getter for ADAPTERNAME w/ exceptions if field has no value
HAS_ADAPTERNAME() Determine if ADAPTERNAME has a value

CreationTime

The date and time the requested adapter was created at.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

Description

The description for the requested adapter.

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

FeatureTypes

List of the targeted feature types for the requested adapter.

Accessible with the following methods

Method Description
GET_FEATURETYPES() Getter for FEATURETYPES, with configurable default
ASK_FEATURETYPES() Getter for FEATURETYPES w/ exceptions if field has no value
HAS_FEATURETYPES() Determine if FEATURETYPES has a value

AutoUpdate

Binary value indicating if the adapter is being automatically updated or not.

Accessible with the following methods

Method Description
GET_AUTOUPDATE() Getter for AUTOUPDATE, with configurable default
ASK_AUTOUPDATE() Getter for AUTOUPDATE w/ exceptions if field has no value
HAS_AUTOUPDATE() Determine if AUTOUPDATE has a value

Tags

A set of tags (key-value pairs) associated with the adapter that has been retrieved.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value