Skip to main content

%iKnow.UI.MatchingResults

class %iKnow.UI.MatchingResults extends %iKnow.UI.AbstractSourceViewer

This is a sample User Interface built on top of the iKnow query APIs, displaying the results of the iKnow Smart Matching API by highlighting matched entities (bold, colored), CRCs (italic) and paths (underlined). Select a source from the dropdown list to see all matched elements in the box below. Clicking any highlighted entity will bring up a detail overview of the matched elements.

Property Inventory

Method Inventory

Parameters

parameter PAGENAME = iKnow Matching Results;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

Properties

property dictionaries as %ZEN.Datatype.string (ZENURL = "DICTIONARIES");
Property methods: dictionariesDisplayToLogical(), dictionariesGet(), dictionariesIsValid(), dictionariesLogicalToDisplay(), dictionariesLogicalToOdbc(), dictionariesNormalize(), dictionariesSet()
property targets as %ZEN.Datatype.string (ZENURL = "TARGETS");
Property methods: targetsDisplayToLogical(), targetsGet(), targetsIsValid(), targetsLogicalToDisplay(), targetsLogicalToOdbc(), targetsNormalize(), targetsSet()

Methods

method DrawColorPicker(pTable As %ZEN.Component.tablePane, pName As %String, pSeed As %String) as %Status
method DrawDictName(pTable As %ZEN.Component.tablePane, pName As %String, pSeed As %String) as %Status
method DrawElementLiteral(pTable As %ZEN.Component.tablePane, pName As %String, pSeed As %String) as %Status
method DrawElementRole(pTable As %ZEN.Component.tablePane, pName As %String, pSeed As %String) as %Status
method DrawInfo(seed As %ZEN.Datatype.string) as %Status
method DrawResult(seed As %ZEN.Datatype.string) as %Status
method GetInfoPaneText() as %String
Inherited description: Returns the text to be displayed in infoPane. To be overridden by the subclass using it.
method GetNextMatchForEO(forward As %String) as %Integer [ ZenMethod ]
method MatchVirtualSource() as %Status [ ZenMethod ]
method OnAfterCreatePage() as %Status
method OnUpdateDomain(domainId As %Integer) as %Status
Inherited description: This method can be overridden at the subclass level to take any additional server-side actions when the domain is changed.
method OnUpdateSource(sourceId As %Integer) as %Status
Inherited description: Server-side method subclasses can override to take additional actions upon a change in the current source.
method SelectColor(pDictId As %Integer, pColor As %String) as %Status [ ZenMethod ]
method SetHighlights(pDictionaries, pTargets) as %Status [ ZenMethod ]
method UpdateDMO(dmoId As %Integer) as %Status [ ZenMethod ]
method UpdateEntOccId(entOccId As %Integer) as %Status [ ZenMethod ]
clientmethod clickEntOccClient(entOccId) [ Language = javascript ]
clientmethod displayMatchClient(dmo) [ Language = javascript ]
clientmethod nextMatch() [ Language = javascript ]
clientmethod onProcessInputClient() [ Language = javascript ]
clientmethod onShowDictBox() [ Language = javascript ]
clientmethod onUpdateSourceClient(source As %Library.String) [ Language = javascript ]
Inherited description: Client-side method subclasses can override to take additional actions upon a change in the current source.
clientmethod prevMatch() [ Language = javascript ]
clientmethod selectColorClient(pDictId, pColor) [ Language = javascript ]
clientmethod updateHighlights() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab