Skip to main content

%iKnow.Model.userDictionaryEntry

class %iKnow.Model.userDictionaryEntry extends %iKnow.Model.node

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

Property Inventory

Method Inventory

Parameters

parameter XMLNAME = entry;
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 assignLabel as %String (VALUELIST = ",UDNegation,UDPosSentiment,UDNegSentiment,UDConcept,UDRelation,UDNonRelevant", XMLPROJECTION = "ATTRIBUTE");
Label to assign to rewriteFrom
Property methods: assignLabelDisplayToLogical(), assignLabelGet(), assignLabelIsValid(), assignLabelLogicalToDisplay(), assignLabelLogicalToOdbc(), assignLabelNormalize(), assignLabelSet()
property rewriteFrom as %String) [ Required ];
String to replace in user input.
Property methods: rewriteFromDisplayToLogical(), rewriteFromGet(), rewriteFromIsValid(), rewriteFromLogicalToDisplay(), rewriteFromLogicalToOdbc(), rewriteFromNormalize(), rewriteFromSet()
property rewriteTo as %String);
String to replace rewriteFrom with.
Property methods: rewriteToDisplayToLogical(), rewriteToGet(), rewriteToIsValid(), rewriteToLogicalToDisplay(), rewriteToLogicalToOdbc(), rewriteToNormalize(), rewriteToSet()
relationship userDictionary as %iKnow.Model.userDictionary (XMLPROJECTION = "none") [ Inverse = entries , Cardinality = one ];
Property methods: userDictionaryGet(), userDictionaryGetObject(), userDictionaryGetObjectId(), userDictionaryGetSwizzled(), userDictionaryIsValid(), userDictionaryNewObject(), userDictionaryRClose(), userDictionaryRExec(), userDictionaryRFetch(), userDictionaryRelate(), userDictionarySQLCompute(), userDictionarySet(), userDictionaryUnRelate()

Methods

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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab