Skip to content

/AWS1/CL_IOSSTARTSEARCHRSP

Output of the StartSearch operation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_searchid TYPE /AWS1/IOSSEARCHID /AWS1/IOSSEARCHID

The unique identifier assigned to the newly started search.

iv_workspacename TYPE /AWS1/IOSWORKSPACENAME /AWS1/IOSWORKSPACENAME

The name of the workspace the search runs against.

iv_status TYPE /AWS1/IOSSEARCHSTATUS /AWS1/IOSSEARCHSTATUS

The initial status of the search. A newly started search is QUEUED.

Optional arguments:

iv_groupid TYPE /AWS1/IOSGROUPID /AWS1/IOSGROUPID

The group identifier associated with the search, if one was supplied on the request.


Queryable Attributes

searchId

The unique identifier assigned to the newly started search.

Accessible with the following methods

Method Description
GET_SEARCHID() Getter for SEARCHID, with configurable default
ASK_SEARCHID() Getter for SEARCHID w/ exceptions if field has no value
HAS_SEARCHID() Determine if SEARCHID has a value

workspaceName

The name of the workspace the search runs against.

Accessible with the following methods

Method Description
GET_WORKSPACENAME() Getter for WORKSPACENAME, with configurable default
ASK_WORKSPACENAME() Getter for WORKSPACENAME w/ exceptions if field has no value
HAS_WORKSPACENAME() Determine if WORKSPACENAME has a value

status

The initial status of the search. A newly started search is QUEUED.

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

groupId

The group identifier associated with the search, if one was supplied on the request.

Accessible with the following methods

Method Description
GET_GROUPID() Getter for GROUPID, with configurable default
ASK_GROUPID() Getter for GROUPID w/ exceptions if field has no value
HAS_GROUPID() Determine if GROUPID has a value