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

class %DeepSee.Model.listingField extends %DeepSee.Model.node

Meta-data object that represents a listing field for a DeepSee cube. This provides a way for users to create a customized listing by selecting one or more listing fields.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 1


Summary

Properties
additionalDescription cube description disabled
displayName fieldExpression isModified name
resource

Methods
%AddToSaveSet %AtScaleConvertAggregate %AtScaleConvertTimeFunction %AtScaleConvertType
%AtScaleCreateMessageObj %AtScaleExport %AtScaleInitIndex %AtScaleProcessSourceRef
%AtScaleProduceAttribute %AtScaleProduceDataSet %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
%Validate %ValidateObject XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Properties

• relationship cube as %DeepSee.Model.cube(XMLPROJECTION="none") [ Inverse = listingFields,Cardinality = one ];
Cube that this listing field belongs to.
• property fieldExpression as %String(MAXLEN=1000,XMLPROJECTION="attribute");
This is the (SQL) expression that defines this listing field.
• property resource as %String(MAXLEN=255,XMLPROJECTION="attribute");
Optional. The resource needed to view this listing field:
If defined and the current user holds the USE privilege on this resource, then the user may view this listing field.

Methods

• method %Validate() as %Status
Test if this listing field's definition is valid.


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