Table Description
Assessment Component: The details of any components that were returned by an assessment.

Technical Notes

Please Note: This entity is no longer part of the default flow in the Curam Application, as such it is neither written to nor read from by the Curam Application. It continues to be shipped with the Curam model as customer may have custom logic which uses this entity, however it should be noted that if you are implementing custom logic which references this entity then you must also ensure that it is written to as needed. The information that was originally stored in this entity is now stored in assessment configuration.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Case::Entity Objects::Assessment Component::AssessmentComponent
Controlling File: core\model\Packages\Case\Assessment Component_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
assessmentComponentIDkeynoThe unique ID assigned to each assessment.ASSESSMENT_COMPONENT_ID SVR_INT64
assessmentIDdetailsnoThe ID of the assessment that this component is associated with.ASSESSMENT_ID SVR_INT64
rulesComponentIDdetailsnoThe ID of the rules Component in question.RULES_COMPONENT_ID SVR_INT64
valuedetails The value of this component.CURAM_AMOUNT SVR_MONEY
formuladetails The formula used in the determination of the value of this component.PRODUCT_COMPONENT_FORMULA SVR_STRING<255>
Foreign Keys (2)
ChildParent
AssessmentComponent.assessmentIDAssessment.assessmentID
AssessmentComponent.rulesComponentIDRulesComponent.rulesComponentID
Indices (2)
Index NameAttributes
ACRulesCompIdxrulesComponentID
AssessmentCompIdxassessmentID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByAssessmentIDreadmulti Search for an Assessment Component by Assessment ID. 
removeByAssessmentIDnsremove This operation will remove all the components associated with a given assessment. 
Related Pages (0)