DocBook|Search
Class Reference
%DeepSee.Component.ContextSearch
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [Component] >  [ContextSearch]
Private  Storage  

abstract class %DeepSee.Component.ContextSearch extends %ZEN.Portal.ContextSearch

Additional context searches used by DeepSee pages.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 7


Summary

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %ParseContext %RemoveFromSaveSet %Search
%SerializeObject %SetModified %ValidateObject Classes
CustomResource DataProperties Dimensions Folders
Members Packages Properties QualityMeasureCatalogs
QualityMeasureSets UserSettings


Parameters

• parameter DOMAIN = "%DeepSee";
Set this to the correct domain.

Methods

• classmethod DataProperties(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) as %Status
Search method: DataProperties.
List available properties for a DeepSee data source.
pParms("dataSource") holds the data source name.
• classmethod Dimensions(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) as %Status
Search method: Dimensions.
Provide a list of dimensions within the cube/subjectArea specified by pParms("subject").
If pParms("list") is provided, then this is a csv-list of additional items to show.
• classmethod Folders(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) as %Status
Search method: Folders.
Execute a user portal folder search.
• classmethod Members(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) as %Status
Search method: Members.
Provide a list of members for the given filter/dimension within the cube/kpi specified by pParms("dataSource").
pParms("filter") is the name of the filter.
• classmethod QualityMeasureCatalogs(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) as %Status
Search method: QualityMeasureCatalogs.
Provide a list of Quality Measure Catalogs.
• classmethod QualityMeasureSets(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) as %Status
Search method: QualityMeasureSets.
Provide a list of Quality Measure Sets within a given catalog.
pParms("catalog") is the catalog.
• classmethod UserSettings(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) as %Status
Search method: Settings.
Provide a list of user-defined settings.
pParms("context") is the context of the settings to display.