Run-time and compile-time utility methods for Quality Measures. More...
Static Private Member Functions | |
_.Library.Boolean | CheckPrivilege (_.Library.String pQMSRName) |
Run-time and compile-time utility methods for Quality Measures. More... | |
_.Library.Status | GetCatalogList (_.Library.List pList) |
Get a list of currently defined quality measure catalogs. More... | |
_.DeepSee.Model.QualityMeasure.qualityMeasure | GetModel (_.Library.String pQMSRName, _.Library.Status pStatus, _.Library.Boolean pUseLink) |
Given the logical name, pQMSRName of a DeepSee quality measure,. More... | |
_.Library.Status | GetQualityElements (_.Library.String pQMSRName, _.Library.String pList) |
Given the logical name, pQMSRName of a DeepSee Quality Measure,. More... | |
_.Library.String | GetQualityMeasureClass (_.Library.String pQMSRName, _.Library.Status pStatus, _.Library.Boolean pUseLink, pVisited) |
Given the logical name, pQMSRName of a DeepSee Quality Measure,. More... | |
_.Library.String | GetQualityMeasureExpression (_.Library.String pQMSRName, _.Library.Status pStatus) |
Given the logical name, pQMSRName of a DeepSee Quality Measure,. More... | |
_.Library.Status | GetQualityMeasureList (_.Library.List pList, _.Library.String pCatalog, _.Library.String pSet) |
Get a list of currently defined quality measures. More... | |
_.Library.String | GetQualityMeasureName (_.Library.String pQMSRName, _.Library.Status pStatus) |
Given the logical name, pQMSRName of a DeepSee Quality Measure,. More... | |
_.Library.Status | GetQualityMeasuresForCube (_.Library.List pList, _.Library.String pCube) |
Get a list of currently defined (and published) quality measures for a specific cube. More... | |
_.Library.Status | GetSetList (_.Library.List pList, _.Library.String pCatalog) |
Get a list of currently defined quality measure sets. More... | |
_.Library.String | ParseQualityMeasureName (_.Library.String pQMSRName, _.Library.String pGroup, _.Library.String pElement) |
Given the logical full name, pQMSRName of a DeepSee Quality Measure,. More... | |
_.Library.Boolean | QualityMeasureExists (_.Library.String pQMSRName, _.Library.Status pStatus) |
Given the logical name, pQMSRName of a DeepSee Quality Measure,. More... | |
Additional Inherited Members | |
![]() | |
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
This callback method is invoked when the current object is added to the SaveSet,. More... | |
_.Library.Status | OnClose () |
This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
_.Library.Status | OnNew () |
This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
_.Library.Status | OnValidateObject () |
This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
![]() | |
CAPTION = None | |
Optional name used by the Form Wizard for a class when generating forms. More... | |
JAVATYPE = None | |
The Java type to be used when exported. | |
PROPERTYVALIDATION = None | |
This parameter controls the default validation behavior for the object. More... | |
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.
|
staticprivate |
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.
|
staticprivate |
Get a list of currently defined quality measure catalogs.
This is returned as:
pList(NAME) = $LB(name)
|
staticprivate |
Given the logical name, pQMSRName of a DeepSee quality measure,.
return an instance of the <class>DeepSee.Model.QualityMeasure.qualityMeasure</class> meta-data object that describes the quality measure.
Return "" if the given quality measure does not exist.
|
staticprivate |
Given the logical name, pQMSRName of a DeepSee Quality Measure,.
return a list of the groups and elements it contains.
|
staticprivate |
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.
|
staticprivate |
Given the logical name, pQMSRName of a DeepSee Quality Measure,.
return its MDX expression.
|
staticprivate |
Get a list of currently defined quality measures.
This is returned as:
pList(NAME) = $LB(name,caption,moddate,type,msrCaption)
|
staticprivate |
Given the logical name, pQMSRName of a DeepSee Quality Measure,.
return its name in its original case.
|
staticprivate |
Get a list of currently defined (and published) quality measures for a specific cube.
This is returned as:
pList(NAME) = $LB(name,caption,description)
|
staticprivate |
Get a list of currently defined quality measure sets.
This is returned as:
pList(NAME) = $LB(name)
|
staticprivate |
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".
|
staticprivate |
Given the logical name, pQMSRName of a DeepSee Quality Measure,.
test if it exists.