Table Description
ApplicationTypeProgramLink: A link between a program and a mapping configuration. This entity is used to associate a program with a mapping configuration which is used to map data from a datastore into evidence entities.
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::WorkspaceServices::Entity::Intake::ApplicationTypeProgramLink::AppTypeProgramEvMappingLink
Controlling File: WorkspaceServices\model\Packages\Entity\ApplicationTypeProgramLink\ApplicationTypeProgramLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
appTypeProgramEvMappingLinkIDkeynoUnique reference number of this record.INTERNAL_ID SVR_INT64
appTypeProgramLinkIDdetailsnoUnique reference number of the program the mapping is associated with.INTERNAL_ID SVR_INT64
mappingConfigurationIDdetailsnoUnique reference number of the mapping configuration associated with a program.INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
AppTypeProgramEvMappingLink.appTypeProgramLinkIDApplicationTypeProgramLink.applicationTypeProgramLinkID
AppTypeProgramEvMappingLink.mappingConfigurationIDEvidenceMappingConfiguration.configurationID
Indices (2)
Index NameAttributes
IND__1265809713appTypeProgramLinkID
IND_1900462964mappingConfigurationID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: appTypeProgramEvMappingLinkID
AUTO_ID_KEY: INTAKERAKS
Standard Operation 
readread Standard Operation 
searchByApplicationTypeProgramLinkreadmulti Lists all AppTypeProgramEvMappingLinks by ApplicationTypeProgramLink. 
removeremove Removes the application type program evidence mapping link from the database. 
readByMappingConfigurationnsread Returns the application type program evidence mapping configuration details associated with mapping configuration. 
Related Pages (5)