/AWS1/CL_FRMLISTHOOKRSLTSOUT¶
ListHookResultsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_targettype TYPE /AWS1/FRMLISTHOOKRSLTSTGTTYPE /AWS1/FRMLISTHOOKRSLTSTGTTYPE¶
The target type.
iv_targetid TYPE /AWS1/FRMHOOKRESULTID /AWS1/FRMHOOKRESULTID¶
The unique identifier of the Hook invocation target.
it_hookresults TYPE /AWS1/CL_FRMHOOKRESULTSUMMARY=>TT_HOOKRESULTSUMMARIES TT_HOOKRESULTSUMMARIES¶
A list of
HookResultSummarystructures that provides the status and Hook status reason for each Hook invocation for the specified target.
iv_nexttoken TYPE /AWS1/FRMNEXTTOKEN /AWS1/FRMNEXTTOKEN¶
Pagination token,
nullor empty if no more results.
Queryable Attributes¶
TargetType¶
The target type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETTYPE() |
Getter for TARGETTYPE, with configurable default |
ASK_TARGETTYPE() |
Getter for TARGETTYPE w/ exceptions if field has no value |
HAS_TARGETTYPE() |
Determine if TARGETTYPE has a value |
TargetId¶
The unique identifier of the Hook invocation target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETID() |
Getter for TARGETID, with configurable default |
ASK_TARGETID() |
Getter for TARGETID w/ exceptions if field has no value |
HAS_TARGETID() |
Determine if TARGETID has a value |
HookResults¶
A list of
HookResultSummarystructures that provides the status and Hook status reason for each Hook invocation for the specified target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOOKRESULTS() |
Getter for HOOKRESULTS, with configurable default |
ASK_HOOKRESULTS() |
Getter for HOOKRESULTS w/ exceptions if field has no value |
HAS_HOOKRESULTS() |
Determine if HOOKRESULTS has a value |
NextToken¶
Pagination token,
nullor empty if no more results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |