Table Description
Performance Measure Link: Link entity between Provider & Performance Measure and Provider Offering & Performance Measure

The relationship between a Provider and Performance Measure is stored in this entity. Similarly, the relationship between Provider Offering and Performance Measure is also stored. The Provider and Provider Offering records are identified by the specified category entry.

Example

Whenever the user wants to measure the performance of a Provider, the user adds a Performance Measure for a Performance Type. This can be similarly done for Provider Offering and the entry is stored in this PerformanceMeasureLink table.

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::CPM::Service Layer::Performance Measure::Entity::PerformanceMeasureLink
Controlling File: CPM\model\Packages\Service Layer\Performance Measure\Entity\Entity_cat.efx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
performanceMeasureLinkIDkeyno INTERNAL_ID SVR_INT64
performanceMeasureIDdetailsno INTERNAL_ID SVR_INT64
resourceIDdetailsno INTERNAL_ID SVR_INT64
resourceTypedetailsno PERFORMANCE_MEASURE_RESOURCE_TYPEPerMsrResourceTypeSVR_STRING<10>
Foreign Keys (1)
ChildParent
PerformanceMeasureLink.performanceMeasureIDPerformanceMeasure.performanceMeasureID
Indices (2)
Index NameAttributes
PerformancMsrLnkPerfrmncIDIdxperformanceMeasureID
PerformancMsrLnkResourceIDIdxresourceID
Operations (22)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: performanceMeasureLinkID
AUTO_ID_KEY: PERMES
This method inserts performance measure link details. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
readread This method reads performance measure link details. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
searchByResourcereadmulti Searches for Performance Measure Link by resource. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
removeremove This method removes performance measure link. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
readIncidentsCountForProviderns Reads the performance measure against incidents for the provider. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
readFlatRateContractCountForProviderns Reads the performance measure against all flat-rate contracts for the provider. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
readIncidentsReqInvestigationCountForProviderns Reads the performance measure against incidents requiring investigation for the provider. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
readInvestigationCountForProviderns Reads the performance measure against investigation for the provider. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
readSILIAndRLIUnitsDeliveredCountForProviderns Reads the performance measure against units delivered for a service invoice line item and roster line item for the provider. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
readPlacementClientsServedCountForProviderns Reads the performance measure against the clients served for placements for the provider. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
readUtilizationContractCountForProviderns Reads the performance measure against all utilization contracts for the provider. @deprecated Since Curam 6.0 SP1, as the query has been converted into an equivalent dynamic queryand this method is no longer accessed by the application. Hence this method is deprecated. See release note: CR00260936.SQL
readServicesDeliveredCountForProviderns Reads the performance measure against the services delivered by the provider. @deprecated Since Curam 6.0 SP1, as the query has been converted into an equivalent dynamic queryand this method is no longer accessed by the application. Hence this method is deprecated. See release note: CR00260936.SQL
readSILIAndRLIUnitsDeliveredCountForProviderOfferingns Reads the performance measure against units delivered for a service invoice line item and roster line item for the provider offering. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
readServicesDeliveredCountForProviderOfferingns Reads the performance measure against the services delivered by the provider offering. @deprecated Since Curam 6.0 SP1, as the query has been converted into an equivalent dynamic queryand this method is no longer accessed by the application. Hence this method is deprecated. See release note: CR00260936.SQL
readPlacementClientsServedCountForProviderOfferingns Reads the performance measure against the clients served for placements for the provider offering. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
readFlatRateContractCountForProviderOfferingns Reads the performance measure against all flat-rate contracts for the provider offering. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
readUtilizationContractCountForProviderOfferingns Reads the performance measure against all utilization contracts for the provider. @deprecated Since Curam 6.0 SP1, as the query has been converted into an equivalent dynamic queryand this method is no longer accessed by the application. Hence this method is deprecated. See release note: CR00260936.SQL
countRateOfAchievementForSuccessfulOutcomeForProviderns Reads the performance measure against rate of achievement of successful outcome for the provider. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
countActualValuesOfCustomPerformanceMeasureForProviderns Reads the actual value of a custom performance measure for the provider. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
countRateOfAchievementForSuccessfulOutcomeForProviderOfferingns Reads the performance measure against rate of achievement of successful outcome for the provider offering. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
countActualValuesOfCustomPerformanceMeasureForProviderOfferingns Reads the actual value of a custom performance measure for the provider offering. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.SQL
insertPerformanceMeasureLinknsinsert Inserts record to PerformanceMeasureLink entity. This method expects PerformanceMeasureLink ID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field (PerformanceMeasureLink ID). It's preferred to call insertPerformanceMeasureLink only in scenario's where caller wants to set the value of primary key by itself. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. 
Related Pages (5)