/AWS1/CL_CNTEVALFORMSEARCHSUMM¶
Information about the returned evaluation forms.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_evaluationformid TYPE /AWS1/CNTRESOURCEID /AWS1/CNTRESOURCEID¶
The unique identifier for the evaluation form.
iv_evaluationformarn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) for the evaluation form resource.
iv_title TYPE /AWS1/CNTEVALUATIONFORMTITLE /AWS1/CNTEVALUATIONFORMTITLE¶
The title of the evaluation form.
iv_status TYPE /AWS1/CNTEVALFORMVERSIONSTATUS /AWS1/CNTEVALFORMVERSIONSTATUS¶
The status of the evaluation form.
iv_createdtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
When the evaluation form was created.
iv_createdby TYPE /AWS1/CNTARN /AWS1/CNTARN¶
Who created the evaluation form.
iv_lastmodifiedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
When the evaluation form was last changed.
iv_lastmodifiedby TYPE /AWS1/CNTARN /AWS1/CNTARN¶
Who changed the evaluation form.
iv_latestversion TYPE /AWS1/CNTVERSIONNUMBER /AWS1/CNTVERSIONNUMBER¶
Latest version of the evaluation form.
Optional arguments:¶
iv_description TYPE /AWS1/CNTEVALUATIONFORMDESC /AWS1/CNTEVALUATIONFORMDESC¶
The description of the evaluation form.
iv_lastactivatedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
When the evaluation format was last activated.
iv_lastactivatedby TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The ID of user who last activated evaluation form.
iv_activeversion TYPE /AWS1/CNTVERSIONNUMBER /AWS1/CNTVERSIONNUMBER¶
Active version of the evaluation form.
iv_autoevaluationenabled TYPE /AWS1/CNTBOOLEAN /AWS1/CNTBOOLEAN¶
Whether automated evaluation is enabled.
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¶
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 |
EvaluationFormArn¶
The Amazon Resource Name (ARN) for the evaluation form resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONFORMARN() |
Getter for EVALUATIONFORMARN, with configurable default |
ASK_EVALUATIONFORMARN() |
Getter for EVALUATIONFORMARN w/ exceptions if field has no v |
HAS_EVALUATIONFORMARN() |
Determine if EVALUATIONFORMARN has a value |
Title¶
The title of the evaluation form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
Status¶
The status of the evaluation form.
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 |
Description¶
The description of the evaluation form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
CreatedTime¶
When the evaluation form was created.
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 |
CreatedBy¶
Who created the evaluation form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
LastModifiedTime¶
When the evaluation form was last changed.
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 |
LastModifiedBy¶
Who changed the evaluation form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDBY() |
Getter for LASTMODIFIEDBY, with configurable default |
ASK_LASTMODIFIEDBY() |
Getter for LASTMODIFIEDBY w/ exceptions if field has no valu |
HAS_LASTMODIFIEDBY() |
Determine if LASTMODIFIEDBY has a value |
LastActivatedTime¶
When the evaluation format was last activated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTACTIVATEDTIME() |
Getter for LASTACTIVATEDTIME, with configurable default |
ASK_LASTACTIVATEDTIME() |
Getter for LASTACTIVATEDTIME w/ exceptions if field has no v |
HAS_LASTACTIVATEDTIME() |
Determine if LASTACTIVATEDTIME has a value |
LastActivatedBy¶
The ID of user who last activated evaluation form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTACTIVATEDBY() |
Getter for LASTACTIVATEDBY, with configurable default |
ASK_LASTACTIVATEDBY() |
Getter for LASTACTIVATEDBY w/ exceptions if field has no val |
HAS_LASTACTIVATEDBY() |
Determine if LASTACTIVATEDBY has a value |
LatestVersion¶
Latest version of the evaluation form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTVERSION() |
Getter for LATESTVERSION, with configurable default |
ASK_LATESTVERSION() |
Getter for LATESTVERSION w/ exceptions if field has no value |
HAS_LATESTVERSION() |
Determine if LATESTVERSION has a value |
ActiveVersion¶
Active version of the evaluation form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIVEVERSION() |
Getter for ACTIVEVERSION, with configurable default |
ASK_ACTIVEVERSION() |
Getter for ACTIVEVERSION w/ exceptions if field has no value |
HAS_ACTIVEVERSION() |
Determine if ACTIVEVERSION has a value |
AutoEvaluationEnabled¶
Whether automated evaluation is enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOEVALUATIONENABLED() |
Getter for AUTOEVALUATIONENABLED |
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_EVALFORMSEARCHSUMMARYLIST¶
TYPES TT_EVALFORMSEARCHSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEVALFORMSEARCHSUMM WITH DEFAULT KEY
.