Skip to content

/AWS1/CL_CNTEVALUATIONFORM

Information about the evaluation form.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_evaluationformid TYPE /AWS1/CNTRESOURCEID /AWS1/CNTRESOURCEID

The unique identifier for the evaluation form.

iv_evaluationformversion TYPE /AWS1/CNTVERSIONNUMBER /AWS1/CNTVERSIONNUMBER

A version of the evaluation form.

iv_locked TYPE /AWS1/CNTEVALFORMVRSISLOCKED /AWS1/CNTEVALFORMVRSISLOCKED

The flag indicating whether the evaluation form is locked for changes.

iv_evaluationformarn TYPE /AWS1/CNTARN /AWS1/CNTARN

The Amazon Resource Name (ARN) for the evaluation form resource.

iv_title TYPE /AWS1/CNTEVALUATIONFORMTITLE /AWS1/CNTEVALUATIONFORMTITLE

A title of the evaluation form.

iv_status TYPE /AWS1/CNTEVALFORMVERSIONSTATUS /AWS1/CNTEVALFORMVERSIONSTATUS

The status of the evaluation form.

it_items TYPE /AWS1/CL_CNTEVALUATIONFORMITEM=>TT_EVALUATIONFORMITEMSLIST TT_EVALUATIONFORMITEMSLIST

Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.

iv_createdtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP

The timestamp for when the evaluation form was created.

iv_createdby TYPE /AWS1/CNTARN /AWS1/CNTARN

The Amazon Resource Name (ARN) of the user who created the evaluation form.

iv_lastmodifiedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP

The timestamp for when the evaluation form was last updated.

iv_lastmodifiedby TYPE /AWS1/CNTARN /AWS1/CNTARN

The Amazon Resource Name (ARN) of the user who last updated the evaluation form.

Optional arguments:

iv_description TYPE /AWS1/CNTEVALUATIONFORMDESC /AWS1/CNTEVALUATIONFORMDESC

The description of the evaluation form.

io_scoringstrategy TYPE REF TO /AWS1/CL_CNTEVALFORMSCORINGS00 /AWS1/CL_CNTEVALFORMSCORINGS00

A scoring strategy of the evaluation form.

io_autoevaluationconf TYPE REF TO /AWS1/CL_CNTEVALFRMAUTOEVALC00 /AWS1/CL_CNTEVALFRMAUTOEVALC00

The automatic evaluation configuration of an evaluation form.

io_reviewconfiguration TYPE REF TO /AWS1/CL_CNTEVALREVIEWCONF /AWS1/CL_CNTEVALREVIEWCONF

Configuration for evaluation review settings of this evaluation form.

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"} }.

io_targetconfiguration TYPE REF TO /AWS1/CL_CNTEVALFORMTARGETCONF /AWS1/CL_CNTEVALFORMTARGETCONF

Configuration that specifies the target for this evaluation form.

io_languageconfiguration TYPE REF TO /AWS1/CL_CNTEVALFORMLANGCONF /AWS1/CL_CNTEVALFORMLANGCONF

Configuration for language settings of this evaluation form.

iv_latestvalidationstatus TYPE /AWS1/CNTEVALFORMVLDTNSTATUS /AWS1/CNTEVALFORMVLDTNSTATUS

The status of the most recent validation run for this evaluation form. Valid values: IN_PROGRESS, COMPLETED, FAILED.

iv_lastvalidationtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP

The timestamp when the most recent validation was started for this evaluation form.


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

EvaluationFormVersion

A version of the evaluation form.

Accessible with the following methods

Method Description
GET_EVALUATIONFORMVERSION() Getter for EVALUATIONFORMVERSION

Locked

The flag indicating whether the evaluation form is locked for changes.

Accessible with the following methods

Method Description
GET_LOCKED() Getter for LOCKED

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

A 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

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

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

Items

Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.

Accessible with the following methods

Method Description
GET_ITEMS() Getter for ITEMS, with configurable default
ASK_ITEMS() Getter for ITEMS w/ exceptions if field has no value
HAS_ITEMS() Determine if ITEMS has a value

ScoringStrategy

A scoring strategy of the evaluation form.

Accessible with the following methods

Method Description
GET_SCORINGSTRATEGY() Getter for SCORINGSTRATEGY

CreatedTime

The timestamp for 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

The Amazon Resource Name (ARN) of the user 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

The timestamp for when the evaluation form was last updated.

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

The Amazon Resource Name (ARN) of the user who last updated 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

AutoEvaluationConfiguration

The automatic evaluation configuration of an evaluation form.

Accessible with the following methods

Method Description
GET_AUTOEVALUATIONCONF() Getter for AUTOEVALUATIONCONFIGURATION

ReviewConfiguration

Configuration for evaluation review settings of this evaluation form.

Accessible with the following methods

Method Description
GET_REVIEWCONFIGURATION() Getter for REVIEWCONFIGURATION

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

TargetConfiguration

Configuration that specifies the target for this evaluation form.

Accessible with the following methods

Method Description
GET_TARGETCONFIGURATION() Getter for TARGETCONFIGURATION

LanguageConfiguration

Configuration for language settings of this evaluation form.

Accessible with the following methods

Method Description
GET_LANGUAGECONFIGURATION() Getter for LANGUAGECONFIGURATION

LatestValidationStatus

The status of the most recent validation run for this evaluation form. Valid values: IN_PROGRESS, COMPLETED, FAILED.

Accessible with the following methods

Method Description
GET_LATESTVALIDATIONSTATUS() Getter for LATESTVALIDATIONSTATUS, with configurable default
ASK_LATESTVALIDATIONSTATUS() Getter for LATESTVALIDATIONSTATUS w/ exceptions if field has
HAS_LATESTVALIDATIONSTATUS() Determine if LATESTVALIDATIONSTATUS has a value

LastValidationTime

The timestamp when the most recent validation was started for this evaluation form.

Accessible with the following methods

Method Description
GET_LASTVALIDATIONTIME() Getter for LASTVALIDATIONTIME, with configurable default
ASK_LASTVALIDATIONTIME() Getter for LASTVALIDATIONTIME w/ exceptions if field has no
HAS_LASTVALIDATIONTIME() Determine if LASTVALIDATIONTIME has a value