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

class %DeepSee.CubeManager.RegistryMapSubjectArea extends %RegisteredObject, %XML.Adaptor, %JSON.Adaptor

/// Representation of a subject area within the registry map

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 3


Summary

Properties
BaseCube IsCompound LastModDate SADisplayName SAName

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %JSONExport
%JSONExportToStream %JSONExportToString %JSONImport %JSONNew
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject IsCompoundGet LastModDateGet SADisplayNameGet
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• relationship BaseCube as %DeepSee.CubeManager.RegistryMapCube [ Inverse = SubjectAreas,Cardinality = parent ];
• property IsCompound as %ZEN.Datatype.boolean(%JSONINCLUDE="OUTPUTONLY") [ Calculated ];
Flag do denote if this is a compound cube
• property LastModDate as %String(%JSONINCLUDE="OUTPUTONLY",XMLPROJECTION="NONE") [ Calculated ];
Last modification date of this subject area definition
• property SADisplayName as %ZEN.Datatype.string(%JSONINCLUDE="OUTPUTONLY") [ Calculated ];
Display name for the subject area
• property SAName as %ZEN.Datatype.string;
Normalized internal storage key for the subject area

Methods

• method IsCompoundGet() as %String
This is a Get accessor method for the IsCompound property.
• method LastModDateGet() as %String
This is a Get accessor method for the LastModDate property.
• method SADisplayNameGet() as %String
This is a Get accessor method for the SADisplayName property.


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