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

class %DeepSee.Model.cellCacheItem extends cellCacheNode

Meta-data for an item within a DeepSee cube cell cache specification.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 3


Summary

Properties
disabled elements facts group 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


Parameters

• parameter XMLNAME = "item";
This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

• property elements as list of %String(MAXLEN=255,XMLNAME="element",XMLPROJECTION="ELEMENT");
Set of cube elements defined for this item. These are MDX expressions that are converted to fact names.
• property facts as list of %String(MAXLEN=255,XMLNAME="fact",XMLPROJECTION="ELEMENT");
Set of facts defined for this item. These are the names of properties in the fact table.
• relationship group as %DeepSee.Model.cellGroup(XMLPROJECTION="none") [ Inverse = items,Cardinality = one ];
Cell group that this item belongs to.


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