Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%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 10


Summary

Methods
%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 Categories Classes
CustomResource DataProperties Dimensions Folders
Members Packages Properties QualityMeasureCatalogs
QualityMeasureSets Resources UserSettings Users


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.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.