Skip to main content

%DeepSee.Component.ContextSearch

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

Additional context searches used by DeepSee pages.

Method Inventory

Parameters

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

Methods

classmethod Categories(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) as %Status
Search method: Categories.
Provide a list of categories that have already been defined.
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 Resources(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) as %Status
Search method: Resources.
Provide a list of custom resources.
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.
classmethod Users(Output pCaption As %String, Output pTopResults, Output pResults, ByRef pParms As %String, pSearchKey As %String) as %Status
Search method: Users.
Provide a list of users.
pParms("context") controls which list of users shoudl be returned.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab