%iKnow.Model.dictionaryTerm
class %iKnow.Model.dictionaryTerm extends %iKnow.Model.node
Model representation of a Dictionary Term. See also %iKnow.Matching.DictionaryAPIProperty Inventory (Including Private)
Method Inventory (Including Private)
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 (Including Private)
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 (Including Private)
method %Validate(pDomainId As %Integer, pDomainDefinition As %iKnow.Model.domain) as %Status [ Language = objectscript ]
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %QuoteList()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()