Table Description
EBAttributeMapping : Stores the attribute mapping between two evidences.

The EBAttributeMapping entity captures the attribute mapping between two evidences which are shared via Evidence Broker.

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::EvidenceBroker::Reference Model::Service Layer::Administration::EvidenceBrokerConfig::Entity::EBAttributeMapping
Controlling File: EvidenceBroker\model\Packages\Reference Model\Service Layer\Administration\EvidenceBrokerConfig\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
AUDIT_FIELDSyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
ebAttributeMappingIDkeynoUnique identifier on the EBAttributeMapping record. INTERNAL_ID SVR_INT64
ebAttributeConfigIDdetailsnoThe unique identifier of the EvidenceBrokerAttributeConfig entity that contains the evidence mapping data. INTERNAL_ID SVR_INT64
lhsEvidenceTypedetailsnoOne type of evidence being mapped with other evidence type.EVIDENCE_TYPE_CODEEvidenceTypeSVR_STRING<10>
rhsEvidenceTypedetailsnoOne type of evidence being mapped with other evidence type.EVIDENCE_TYPE_CODEEvidenceTypeSVR_STRING<10>
recordStatusdetailsnoContains record status. Can be 'ACTIVE' or 'CANCELLED'.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
lhsAttributedetailsnoThe attribute from one evidence type being mapped with attribute of other evidence type.EVIDENCE_ATTRIBUTE_NAME SVR_STRING<50>
rhsAttributedetailsnoThe attribute from one evidence type being mapped with attribute of other evidence type.EVIDENCE_ATTRIBUTE_NAME SVR_STRING<50>
Foreign Keys (2)
ChildParent
EBAttributeMapping.ebAttributeConfigIDEvidenceBrokerAttributeConfig.evidenceBrokerAttributeID
EBCodeTableMapping.ebAttributeMappingIDEBAttributeMapping.ebAttributeMappingID
Indices (3)
Index NameAttributes
ebAttributeMappingConfigIdxebAttributeConfigID
IND_355708629lhsAttribute
IND_1130204943rhsAttribute
Operations (9)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: ebAttributeMappingID
AUTO_ID_KEY: EBATTR
insert the EBAttribute mapping details. 
readread reads the EBAttribute mapping details. 
removeremove delete the EBAttribute mapping details. 
readAllnkreadmulti Reads all data from EvidenceBroker Attirbute Mapping table. 
searchByEBAttributeConfigKeynsreadmulti   
modifymodify Standard Operation 
readByAttributesnsread   
cancelnsmodify   
searchByEBAttributeConfigKeyAndStatusnsreadmulti   
Related Pages (12)