/AWS1/CL_MTULSTREVIEWPLYRSSF01¶
ListReviewPolicyResultsForHITResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_hitid TYPE /AWS1/MTUENTITYID /AWS1/MTUENTITYID¶
The HITId of the HIT for which results have been returned.
io_assignmentreviewpolicy TYPE REF TO /AWS1/CL_MTUREVIEWPOLICY /AWS1/CL_MTUREVIEWPOLICY¶
The name of the Assignment-level Review Policy. This contains only the PolicyName element.
io_hitreviewpolicy TYPE REF TO /AWS1/CL_MTUREVIEWPOLICY /AWS1/CL_MTUREVIEWPOLICY¶
The name of the HIT-level Review Policy. This contains only the PolicyName element.
io_assignmentreviewreport TYPE REF TO /AWS1/CL_MTUREVIEWREPORT /AWS1/CL_MTUREVIEWREPORT¶
Contains both ReviewResult and ReviewAction elements for an Assignment.
io_hitreviewreport TYPE REF TO /AWS1/CL_MTUREVIEWREPORT /AWS1/CL_MTUREVIEWREPORT¶
Contains both ReviewResult and ReviewAction elements for a particular HIT.
iv_nexttoken TYPE /AWS1/MTUPAGINATIONTOKEN /AWS1/MTUPAGINATIONTOKEN¶
If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
Queryable Attributes¶
HITId¶
The HITId of the HIT for which results have been returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HITID() |
Getter for HITID, with configurable default |
ASK_HITID() |
Getter for HITID w/ exceptions if field has no value |
HAS_HITID() |
Determine if HITID has a value |
AssignmentReviewPolicy¶
The name of the Assignment-level Review Policy. This contains only the PolicyName element.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSIGNMENTREVIEWPOLICY() |
Getter for ASSIGNMENTREVIEWPOLICY |
HITReviewPolicy¶
The name of the HIT-level Review Policy. This contains only the PolicyName element.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HITREVIEWPOLICY() |
Getter for HITREVIEWPOLICY |
AssignmentReviewReport¶
Contains both ReviewResult and ReviewAction elements for an Assignment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSIGNMENTREVIEWREPORT() |
Getter for ASSIGNMENTREVIEWREPORT |
HITReviewReport¶
Contains both ReviewResult and ReviewAction elements for a particular HIT.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HITREVIEWREPORT() |
Getter for HITREVIEWREPORT |
NextToken¶
If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk returns a pagination token in the response. You can use this pagination token to retrieve the next set of 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 |