/AWS1/CL_CNTEVALSEARCHSUMMARY¶
Summary of evaluation obtained from the search operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_evaluationid TYPE /AWS1/CNTRESOURCEID /AWS1/CNTRESOURCEID¶
A unique identifier for the contact evaluation.
iv_evaluationarn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) for the contact evaluation resource.
iv_evaluationformversion TYPE /AWS1/CNTVERSIONNUMBER /AWS1/CNTVERSIONNUMBER¶
A version of the evaluation form.
io_metadata TYPE REF TO /AWS1/CL_CNTEVALSEARCHMETADATA /AWS1/CL_CNTEVALSEARCHMETADATA¶
Summary information about the evaluation search.
iv_status TYPE /AWS1/CNTEVALUATIONSTATUS /AWS1/CNTEVALUATIONSTATUS¶
The status of the evaluation.
iv_createdtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The date and time when the evaluation was created, in UTC time.
iv_lastmodifiedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The date and time when the evaluation was modified last time, in UTC time.
Optional arguments:¶
iv_evaluationformid TYPE /AWS1/CNTRESOURCEID /AWS1/CNTRESOURCEID¶
The unique identifier for the evaluation form.
iv_evaluationtype TYPE /AWS1/CNTEVALUATIONTYPE /AWS1/CNTEVALUATIONTYPE¶
Type of the evaluation.
it_tags TYPE /AWS1/CL_CNTTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
Queryable Attributes¶
EvaluationId¶
A unique identifier for the contact evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONID() |
Getter for EVALUATIONID, with configurable default |
ASK_EVALUATIONID() |
Getter for EVALUATIONID w/ exceptions if field has no value |
HAS_EVALUATIONID() |
Determine if EVALUATIONID has a value |
EvaluationArn¶
The Amazon Resource Name (ARN) for the contact evaluation resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONARN() |
Getter for EVALUATIONARN, with configurable default |
ASK_EVALUATIONARN() |
Getter for EVALUATIONARN w/ exceptions if field has no value |
HAS_EVALUATIONARN() |
Determine if EVALUATIONARN has a value |
EvaluationFormId¶
The unique identifier for the evaluation form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONFORMID() |
Getter for EVALUATIONFORMID, with configurable default |
ASK_EVALUATIONFORMID() |
Getter for EVALUATIONFORMID w/ exceptions if field has no va |
HAS_EVALUATIONFORMID() |
Determine if EVALUATIONFORMID has a value |
EvaluationFormVersion¶
A version of the evaluation form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONFORMVERSION() |
Getter for EVALUATIONFORMVERSION, with configurable default |
ASK_EVALUATIONFORMVERSION() |
Getter for EVALUATIONFORMVERSION w/ exceptions if field has |
HAS_EVALUATIONFORMVERSION() |
Determine if EVALUATIONFORMVERSION has a value |
Metadata¶
Summary information about the evaluation search.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA |
Status¶
The status of the evaluation.
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 |
EvaluationType¶
Type of the evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONTYPE() |
Getter for EVALUATIONTYPE, with configurable default |
ASK_EVALUATIONTYPE() |
Getter for EVALUATIONTYPE w/ exceptions if field has no valu |
HAS_EVALUATIONTYPE() |
Determine if EVALUATIONTYPE has a value |
CreatedTime¶
The date and time when the evaluation was created, in UTC time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
LastModifiedTime¶
The date and time when the evaluation was modified last time, in UTC time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
Tags¶
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EVALUATIONSEARCHSUMMARYLIST¶
TYPES TT_EVALUATIONSEARCHSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEVALSEARCHSUMMARY WITH DEFAULT KEY
.