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

deprecatedclass %iKnow.Model.dictionaryTerm extends %iKnow.Model.node

Model representation of a Dictionary Term. See also %iKnow.Matching.DictionaryAPI

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 4 1


Summary

Properties
disabled item language string

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


Parameters

• parameter XMLNAME = "term";
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 disabled as %Boolean(XMLPROJECTION="attribute");
If set to 1, this element is ignored when compiling, validating and building the domain
• relationship item as %iKnow.Model.dictionaryItem(XMLPROJECTION="none") [ Inverse = terms,Cardinality = one ];
The item this term belongs to.
• property language as %String(MAXLEN=10,XMLPROJECTION="ATTRIBUTE");
The language to use for indexing this Dictionary Term.
• property string as %String(MAXLEN=150,XMLPROJECTION="ATTRIBUTE");
The string representation of this Dictionary Term. This string will will be indexed by the iKnow engine as to be able to properly compare it against indexed source text, using the same normalized entity structure.

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.