Table Description
CREOLE Case Determination Data: A block of XML data for a rule object snapshot taken as part of an determination.

The XML contains a snapshot of the CREOLE rule objects used to arrive at the determination. It also contains pointers to snapshots of the CREOLE rule sets as they were at the time of the determination, so that the rule object data can be processed using the appropriate versions of their rule classes.

If the XML snapshot is too large to be stored on a single row, then this row will point to an overflow row, which in turn can overflow itself.

Example

A Delivery product delivery case is created for claimant Linda Smith.

User Ronan Rooney enters evidence for Linda's circumstances and chooses to view the pre-release eligibility results for the case. The system records a determination, and also stores a snapshot of the state of the CREOLE rule objects as blocks of XML on one or rows on this entity.

Technical Notes

This entity requires no optimistic locking because the optimistic lock from its container.

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::Infrastructure::CREOLECaseDeterminationData::CREOLECaseDeterminationData
Controlling File: core\model\Packages\Case\Entity Objects_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
creoleCaseDeterminationDataIDkeynoUnique ID assigned by the system.INTERNAL_ID SVR_INT64
creoleSnapshotDatadetailsyesXML data block for a snapshot of CREOLE rule objects. Note that this XML is compressed using the GZIP algorithm.CREOLE_SNAPSHOT_DATA SVR_BLOB
overflowIDdetailsyesID of an overflow row for another block of XML data, if any.INTERNAL_ID SVR_INT64
Foreign Keys (4)
ChildParent
CREOLECaseDeterminationData.overflowIDCREOLECaseDeterminationData.creoleCaseDeterminationDataID
CREOLECaseDeterminationData.overflowIDCREOLECaseDeterminationData.creoleCaseDeterminationDataID
CREOLECaseDetermination.ruleObjectSnapshotDataIDCREOLECaseDeterminationData.creoleCaseDeterminationDataID
CREOLECaseDetermination.determinationResultDataIDCREOLECaseDeterminationData.creoleCaseDeterminationDataID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: creoleCaseDeterminationDataID
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
modifymodify Standard Operation 
Related Pages (0)