Performance Measure Implementations

Table 1. Performance Measure Implementations.

This table describes customizable Performance Measure implementations

Functionality

Interface

Description

Retrieve Performance Measures curam.performancemeasure.impl.RetrieveAllPerformanceMeasuresForProviderOffering A RetrieveAllPerformanceMeasuresForProviderOffering class is used for retrieving the performance measure's details for a provider service. The default implementation of this interface is provided by RetrieveAllPerformanceMeasuresForProviderOfferingImpl. A new implementation of this interface is required to change the mechanism used to determine the performance measure details of a provider service. Performance measure is the criteria by which the performance can be measured. For example, percentage of clients remaining in employment 1 year following the delivery of job search training.
Retrieve Performance Measures curam.performancemeasure.impl.RetrieveAllPerformanceMeasuresForProvider A RetrieveAllPerformanceMeasuresForProvider class is used for retrieving the performance measure's details for a provider. The default implementation of this interface is provided by RetrieveAllPerformanceMeasuresForProviderImpl. A new implementation of this interface is required to change the mechanism used to determine the performance measure details of a provider. Performance measure is the criteria by which the performance of a provider can be measured. For example, percentage of clients remaining in employment 1 year following the delivery of job search training.
Retrieve Contract Performance Measure Value curam.performancemeasure.impl.RetrieveAllContractPerformanceMeasures A RetrieveAllContractPerformanceMeasures class is used for retrieving the performance measure's details associated with a contract. The default implementation of this interface is provided by RetrieveAllContractPerformanceMeasuresImpl. A new implementation of this interface is required to change the mechanism used to determine the value for performance measure associated with the contract.