Skip to main content

%DeepSee.extensions.clusters.TableAnalysis

class %DeepSee.extensions.clusters.TableAnalysis extends %ZEN.Component.page, %DeepSee.extensions.clusters.DataController, %DeepSee.extensions.clusters.ChartModel

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = %DeepSee.extensions.clusters.ZenApplication;
Application this page belongs to.
parameter DOMAIN = ZENTEST;
Domain used for localization.
parameter PAGENAME = Clusters;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.
parameter RESOURCE = %DeepSee_Portal;
All DeepSee pages require %DeepSee_Portal USE.
parameter SPECIALVALUES = 0;

Properties

property className as %ZEN.Datatype.string;
Property methods: classNameDisplayToLogical(), classNameGet(), classNameIsValid(), classNameLogicalToDisplay(), classNameLogicalToOdbc(), classNameNormalize(), classNameSet()
property propNameX as %ZEN.Datatype.string;
Measure to use for analysis.
Property methods: propNameXDisplayToLogical(), propNameXGet(), propNameXIsValid(), propNameXLogicalToDisplay(), propNameXLogicalToOdbc(), propNameXNormalize(), propNameXSet()
property propNameY as %ZEN.Datatype.string;
Measure to use for analysis.
Property methods: propNameYDisplayToLogical(), propNameYGet(), propNameYIsValid(), propNameYLogicalToDisplay(), propNameYLogicalToOdbc(), propNameYNormalize(), propNameYSet()
property schemaName as %ZEN.Datatype.string;
Property methods: schemaNameDisplayToLogical(), schemaNameGet(), schemaNameIsValid(), schemaNameLogicalToDisplay(), schemaNameLogicalToOdbc(), schemaNameNormalize(), schemaNameSet()

Methods

method %ClearStatusInfo() as %Status
method %ComputeValues() as %Status
method %EstimateCount(Output pSC As %Status) as %Integer
method %OnAfterCreatePage() as %Status
Inherited description: This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
method %OnChangeSchema() as %Status
method %OnGetValue(ByRef value, classname As %String, property As %String) as %Status
method %OnSelectClass() as %Status
method %SetClusteringParameters() as %Status
method %SetModelData() as %Status
method %UpdateControls() as %Status
Update value of controls.
method %UpdateStatusInfo() as %Status
method OnSelectClass() as %ZEN.proxyObject [ ZenMethod ]
method OnSelectSchema() as %ZEN.proxyObject [ ZenMethod ]
method RestoreDefaults() as %ZEN.proxyObject [ ZenMethod ]
method RunAndUpdate() as %ZEN.proxyObject [ ZenMethod ]
classmethod SchemasClose(ByRef %q As %Library.Binary) as %Library.Status
classmethod SchemasExecute(ByRef %q As %Library.Binary, system As %Library.Boolean = 0) as %Library.Status
classmethod SchemasFetch(ByRef %q As %Library.Binary, ByRef Row As %Library.List, ByRef AtEnd As %Library.Integer) as %Library.Status
clientmethod adjustSize() [ Language = javascript ]
Adjust size and position of components on this page.
clientmethod axisChanged() [ Language = javascript ]
clientmethod datasetChanged() [ Language = javascript ]
clientmethod getChartData(series) [ Language = javascript ]
clientmethod onYRefresh() [ Language = javascript ]
clientmethod run() [ Language = javascript ]
clientmethod schemaChanged() [ Language = javascript ]
clientmethod tableChanged() [ Language = javascript ]

Queries

query Schemas(system As %Library.Boolean = 0)
Selects SCHEMA_NAME As %Library.String

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab