Table Description
Evidence Type Definition: This entity records association information between evidence type and evidence nature.

Every evidence type would be associated with corresponding evidence nature. If an evidence type is not associated with an evidence nature then that evidence type would be treated as static evidence type

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::EvidenceNature::Entity::EvidenceTypeDefinition
Controlling File: core\model\Packages\Reference Model\Service Layer\EvidenceNature\EvidenceNature.efx
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
evidenceTypeDefinitionIDkeynoSystem generated unique reference number of an evidence definition record.INTERNAL_ID SVR_INT64
evidenceTypedetails Unique identifier/code of an evidence type.EVIDENCE_TYPE_CODEEvidenceTypeSVR_STRING<10>
evidenceNaturedetails Evidence nature identifier/code of an evidence type.EVIDENCE_NATURE_CODEEvidenceNatureSVR_STRING<10>
Indices (1)
Index NameAttributes
evTypeDefEvTypeIdxevidenceType
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: evidenceTypeDefinitionID
Inserts new evidence type definition record. 
readread Reads an evidence type definition record for a given evidence type definition identifier. 
readEvidenceNatureByTypensread Returns an evidence nature code for the given evidence type code. 
removeByEvidenceTypensremovePOST_DATA_ACCESS: yes
  
insertEvidenceTypeDefinitioninsert Inserts Evidence Type Definition record. This method expects the evidenceTypeDefinitionID to be set. It is preferred to call insertEvidenceTypeDefinition method only in scenarios where calling method wants to set the value of primary key by itself. 
searchByEvidencetypereadmulti Returns a list of evidence type definition records for a given evidence type code. 
Related Pages (0)