/AWS1/CL_NEDGETGREMLINQUERYS01¶
GetGremlinQueryStatusOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_queryid TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING¶
The ID of the query for which status is being returned.
iv_querystring TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING¶
The Gremlin query string.
io_queryevalstats TYPE REF TO /AWS1/CL_NEDQUERYEVALSTATS /AWS1/CL_NEDQUERYEVALSTATS¶
The evaluation status of the Gremlin query.
Queryable Attributes¶
queryId¶
The ID of the query for which status is being returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYID() |
Getter for QUERYID, with configurable default |
ASK_QUERYID() |
Getter for QUERYID w/ exceptions if field has no value |
HAS_QUERYID() |
Determine if QUERYID has a value |
queryString¶
The Gremlin query string.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYSTRING() |
Getter for QUERYSTRING, with configurable default |
ASK_QUERYSTRING() |
Getter for QUERYSTRING w/ exceptions if field has no value |
HAS_QUERYSTRING() |
Determine if QUERYSTRING has a value |
queryEvalStats¶
The evaluation status of the Gremlin query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYEVALSTATS() |
Getter for QUERYEVALSTATS |