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

deprecatedclass %iKnow.Model.expression extends %iKnow.Model.node

Model representation of a reusable "expression" which can be referred to using %expression.expressionName in this domain definition.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 1


Summary

Properties
acceptRuntimeParameter domain name value

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 %Validate
%ValidateObject XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• property acceptRuntimeParameter as %Boolean(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 0 ];
Whether or not values passed through %Build() at runtime should be accepted as values for this parameter. If no value is specified at runtime, value is still used by default.
• relationship domain as %iKnow.Model.domain(XMLPROJECTION="none") [ Inverse = expressions,Cardinality = one ];
• property name as %String(XMLPROJECTION="ATTRIBUTE") [ Required ];
Name of the expression, which can be referred to using "%expression.name" onwards
• property value as %String(XMLPROJECTION="ATTRIBUTE") [ Required ];
Value of this expression. This can refer to other (previously) defined expression or domain class methods.

Methods

• method %Validate(pDomainId As %Integer, pDomainDefinition As %iKnow.Model.domain) as %Status


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