/AWS1/CL_BDCEVALJOBRESULTS¶
Aggregated results from a batch evaluation, including session completion counts and evaluator score summaries.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_numberofsessionscompleted TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The number of sessions that have been successfully evaluated.
iv_numberofsessinprogress TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The number of sessions currently being evaluated.
iv_numberofsessionsfailed TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The number of sessions that failed evaluation.
iv_totalnumberofsessions TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The total number of sessions included in the batch evaluation.
iv_numberofsessionsignored TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The number of sessions that were ignored during evaluation.
it_evaluatorsummaries TYPE /AWS1/CL_BDCEVALUATORSUMMARY=>TT_EVALUATORSUMMARYLIST TT_EVALUATORSUMMARYLIST¶
A list of per-evaluator summary statistics.
Queryable Attributes¶
numberOfSessionsCompleted¶
The number of sessions that have been successfully evaluated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFSESSIONSCOMPLTD() |
Getter for NUMBEROFSESSIONSCOMPLETED, with configurable defa |
ASK_NUMBEROFSESSIONSCOMPLTD() |
Getter for NUMBEROFSESSIONSCOMPLETED w/ exceptions if field |
HAS_NUMBEROFSESSIONSCOMPLTD() |
Determine if NUMBEROFSESSIONSCOMPLETED has a value |
numberOfSessionsInProgress¶
The number of sessions currently being evaluated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFSESSINPROGRESS() |
Getter for NUMBEROFSESSIONSINPROGRESS, with configurable def |
ASK_NUMBEROFSESSINPROGRESS() |
Getter for NUMBEROFSESSIONSINPROGRESS w/ exceptions if field |
HAS_NUMBEROFSESSINPROGRESS() |
Determine if NUMBEROFSESSIONSINPROGRESS has a value |
numberOfSessionsFailed¶
The number of sessions that failed evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFSESSIONSFAILED() |
Getter for NUMBEROFSESSIONSFAILED, with configurable default |
ASK_NUMBEROFSESSIONSFAILED() |
Getter for NUMBEROFSESSIONSFAILED w/ exceptions if field has |
HAS_NUMBEROFSESSIONSFAILED() |
Determine if NUMBEROFSESSIONSFAILED has a value |
totalNumberOfSessions¶
The total number of sessions included in the batch evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALNUMBEROFSESSIONS() |
Getter for TOTALNUMBEROFSESSIONS, with configurable default |
ASK_TOTALNUMBEROFSESSIONS() |
Getter for TOTALNUMBEROFSESSIONS w/ exceptions if field has |
HAS_TOTALNUMBEROFSESSIONS() |
Determine if TOTALNUMBEROFSESSIONS has a value |
numberOfSessionsIgnored¶
The number of sessions that were ignored during evaluation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFSESSIONSIGNORED() |
Getter for NUMBEROFSESSIONSIGNORED, with configurable defaul |
ASK_NUMBEROFSESSIONSIGNORED() |
Getter for NUMBEROFSESSIONSIGNORED w/ exceptions if field ha |
HAS_NUMBEROFSESSIONSIGNORED() |
Determine if NUMBEROFSESSIONSIGNORED has a value |
evaluatorSummaries¶
A list of per-evaluator summary statistics.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATORSUMMARIES() |
Getter for EVALUATORSUMMARIES, with configurable default |
ASK_EVALUATORSUMMARIES() |
Getter for EVALUATORSUMMARIES w/ exceptions if field has no |
HAS_EVALUATORSUMMARIES() |
Determine if EVALUATORSUMMARIES has a value |