%iKnow.Model.userDictionaryEntry
deprecated 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,UDCertainty,UDUnit,UDNumber,UDTime,UDGeneric1,UDGeneric2,UDGeneric3,UDSentenceEnd,UDSentenceNoEnd", XMLPROJECTION = "ATTRIBUTE");
Label to assign to rewriteFrom
Property methods: assignLabelDisplayToLogical(), assignLabelGet(), assignLabelIsValid(), assignLabelLogicalToDisplay(), assignLabelLogicalToOdbc(), assignLabelNormalize(), assignLabelSet()
property metadata as %String);
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 methods: metadataDisplayToLogical(), metadataGet(), metadataIsValid(), metadataLogicalToDisplay(), metadataLogicalToOdbc(), metadataNormalize(), metadataSet()
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
- %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()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()