Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [Model] >  [KPI] >  [node]
Private  Storage   

abstract class %DeepSee.Model.KPI.node extends %DeepSee.Model.abstractNode

Base class for DeepSee KPI meta-data objects.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 4


Summary

Properties
description disabled displayName name

Methods
%AddToSaveSet %BindExport %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %QuoteList %QuoteValue %QuoteValueL10N
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType

Subclasses
%DeepSee.Model.KPI.action %DeepSee.Model.KPI.filter %DeepSee.Model.KPI.kpi
%DeepSee.Model.KPI.property

Parameters

• parameter NAMESPACE = "http://www.intersystems.com/deepsee/kpi";
NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.
• parameter XMLINCLUDEINGROUP = 1;
Do not include *this* class in the XML groupings.

Properties

• property description as %DeepSee.Datatype.string(XMLPROJECTION="attribute");
Description of this element.
• property disabled as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
Disabled flag. If true, then this member will be ignored when the KPI class is compiled.
• property displayName as %DeepSee.Datatype.entityName(XMLPROJECTION="attribute");
Localized name of this element.
• property name as %DeepSee.Datatype.entityName(XMLPROJECTION="attribute");
Logical name of this element.


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