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

deprecatedclass %iKnow.Model.userDictionaryEntry extends %iKnow.Model.node

Model representation of an %iKnow.UserDictionary entry, as nested in a %iKnow.Model.userDictionary element.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5 1


Summary

Properties
assignLabel metadata rewriteFrom rewriteTo userDictionary

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 = "entry";
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 assignLabel as %String(VALUELIST=",UDNegation,UDPosSentiment,UDNegSentiment,UDConcept,UDRelation,UDNonRelevant,UDCertainty,UDUnit,UDNumber,UDTime,UDGeneric1,UDGeneric2,UDGeneric3,UDSentenceEnd,UDSentenceNoEnd",XMLPROJECTION="ATTRIBUTE");
Label to assign to rewriteFrom
• property metadata as %String(MAXLEN="",XMLPROJECTION="ATTRIBUTE");
Some attributes accept optional metadata, such as UDCertainty markers, which can take metadata of the form "c=9" to express a certainty level of 9.
• property rewriteFrom as %String(MAXLEN="",XMLPROJECTION="ATTRIBUTE") [ Required ];
String to replace in user input.
• property rewriteTo as %String(MAXLEN="",XMLPROJECTION="ATTRIBUTE");
String to replace rewriteFrom with.
• relationship userDictionary as %iKnow.Model.userDictionary(XMLPROJECTION="none") [ Inverse = entries,Cardinality = one ];

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.