/AWS1/CL_BDKAUTOMATEDRSNINGP30¶
Contains the various assets generated during a policy build workflow, including logs, quality reports, test cases, and the final policy definition.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_policydefinition TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP00 /AWS1/CL_BDKAUTOMATEDRSNINGP00¶
The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
io_qualityreport TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP31 /AWS1/CL_BDKAUTOMATEDRSNINGP31¶
A comprehensive report analyzing the quality of the generated policy, including metrics about rule coverage, potential conflicts, and unused elements.
io_buildlog TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP38 /AWS1/CL_BDKAUTOMATEDRSNINGP38¶
The complete build log containing detailed information about each step in the policy generation process.
io_generatedtestcases TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP61 /AWS1/CL_BDKAUTOMATEDRSNINGP61¶
A comprehensive test suite generated by the build workflow, providing validation capabilities for automated reasoning policies.
io_policyscenarios TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP63 /AWS1/CL_BDKAUTOMATEDRSNINGP63¶
An entity encompassing all the policy scenarios generated by the build workflow, which can be used to validate an Automated Reasoning policy.
Queryable Attributes¶
policyDefinition¶
The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYDEFINITION() |
Getter for POLICYDEFINITION |
qualityReport¶
A comprehensive report analyzing the quality of the generated policy, including metrics about rule coverage, potential conflicts, and unused elements.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUALITYREPORT() |
Getter for QUALITYREPORT |
buildLog¶
The complete build log containing detailed information about each step in the policy generation process.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUILDLOG() |
Getter for BUILDLOG |
generatedTestCases¶
A comprehensive test suite generated by the build workflow, providing validation capabilities for automated reasoning policies.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GENERATEDTESTCASES() |
Getter for GENERATEDTESTCASES |
policyScenarios¶
An entity encompassing all the policy scenarios generated by the build workflow, which can be used to validate an Automated Reasoning policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYSCENARIOS() |
Getter for POLICYSCENARIOS |