Skip to main content

%iKnow.Model.dictionaryTerm

deprecated class %iKnow.Model.dictionaryTerm extends %iKnow.Model.node

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

Property Inventory

Method Inventory

Parameters

parameter XMLNAME = term;
Inherited description: 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
Property methods: disabledDisplayToLogical(), disabledGet(), disabledIsValid(), disabledLogicalToDisplay(), disabledLogicalToXSD(), disabledNormalize(), disabledSet(), disabledXSDToLogical()
relationship item as %iKnow.Model.dictionaryItem (XMLPROJECTION = "none") [ Inverse = terms , Cardinality = one ];
The item this term belongs to.
Property methods: itemGet(), itemGetObject(), itemGetObjectId(), itemGetSwizzled(), itemIsValid(), itemNewObject(), itemRClose(), itemRExec(), itemRFetch(), itemRelate(), itemSQLCompute(), itemSet(), itemUnRelate()
property language as %String (MAXLEN = 10, XMLPROJECTION = "ATTRIBUTE");
The language to use for indexing this Dictionary Term.
Property methods: languageDisplayToLogical(), languageGet(), languageIsValid(), languageLogicalToDisplay(), languageLogicalToOdbc(), languageNormalize(), languageSet()
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.
Property methods: stringDisplayToLogical(), stringGet(), stringIsValid(), stringLogicalToDisplay(), stringLogicalToOdbc(), stringNormalize(), stringSet()

Methods

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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab