Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Run-time and compile-time utility methods for Quality Measures. This class should be consider to be INTERNAL to DeepSee; There are no methods intended for public use.
|
|
|
Test that the current user holds privileges on the given quality measure.
Get a list of currently defined quality measure catalogs. This is returned as:
pList(NAME) = $LB(name)
Given the logical name, pQMSRName of a DeepSee quality measure, return an instance of the%DeepSee.Model.QualityMeasure.qualityMeasure meta-data object that describes the quality measure.
Return "" if the given quality measure does not exist.
Given the logical name, pQMSRName of a DeepSee Quality Measure, return a list of the groups and elements it contains.
Given the logical name, pQMSRName of a DeepSee Quality Measure, return the class name of the quality measure definition. If pUseLink is true, then return the resolved master class name for a linked measure.
Given the logical name, pQMSRName of a DeepSee Quality Measure, return its MDX expression.
Get a list of currently defined quality measures. This is returned as:
pList(NAME) = $LB(name,caption,moddate,type,msrCaption)
Given the logical name, pQMSRName of a DeepSee Quality Measure, return its name in its original case.
Get a list of currently defined (and published) quality measures for a specific cube. This is returned as:
pList(NAME) = $LB(name,caption,description)
Get a list of currently defined quality measure sets. This is returned as:
pList(NAME) = $LB(name)
Given the logical full name, pQMSRName of a DeepSee Quality Measure, return the quality measure name as well as the optional group and element names. A full name takes the form: "catalog/set/id/group/element".
Given the logical name, pQMSRName of a DeepSee Quality Measure, test if it exists.