DocBook|Search
Class Reference
%iKnow.UI.IndexingResults
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [USER] >  [%iKnow] >  [UI] >  [IndexingResults]
Private  Storage  

class %iKnow.UI.IndexingResults extends %iKnow.UI.AbstractSourceViewer

This is a sample User Interface built on top of the iKnow APIs, visualizing the results of the iKnow Smart Indexing API. You can either select an existing source from the dropdown list, or use the input button to enter free text directly.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 12


Summary

This is a Zen Page class. 

Properties
%condition %import %includeFiles %page
%resource Loader align aux
backgroundTimerInterval cellAlign cellSize cellStyle
cellVAlign children composite containerStyle
cssLevel disabled dragAndDrop dragEnabled
dropEnabled enclosingClass enclosingStyle error
groupClass groupStyle height hidden
hint hintClass hintStyle id
index label labelClass labelDisabledClass
labelPosition labelStyle layout name
onafterdrag onbeforedrag onclick ondrag
ondrop onhide onrefresh onshow
onupdate parent showLabel slice
title tuple useSVG useSoftModals
valign visible width window
zenPersistentPopup

Methods
%%OIDGet %AddChild %AddChildAfter %AddChildBefore
%AddComponent %AddImportedComponents %AddToSaveSet %ApplyURLParms
%Attr %BindExport %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%DrawAutoLogout %DrawClassDefinitions %DrawComponentHTML %DrawHTML
%DrawHTMLPage %DrawJSStrings %DrawObjectDefinitions %EnclosingDivId
%EndBackgroundMethod %EndScript %Eval %Extends
%ForceClientRender %GetChildIndex %GetComponent %GetComponentById
%GetComponentByName %GetEventHandlers %GetLinks %GetPageName
%GetParameter %GetValueById %GetValueByName %GetXMLName
%IsA %IsModified %Link %LinkCSS
%LinkScript %MakeId %New %NormalizeObject
%ObjectModified %OnAddToPageAfter %OnAddToPageBefore %OnAfterCreatePage
%OnBeforeCreatePage %OnCreateApplication %OnCreatePage %OnDetermineCSSLevel
%OnDrawEnclosingDiv %OnDrawHTMLBody %OnDrawHTMLHead %OnDrawHTMLMeta
%OnDrawObjectProperties %OnFinishBackgroundTask %OnMonitorBackgroundTask %OnMutateChildren
%OnObjectSynch %OnPreHTTP %OnSubmit %OnUseSoftModals
%OnZENDeserialize %OriginalNamespace %PackageName %QuoteValue
%QuoteValueL10N %RemoveChild %RemoveChildren %RemoveComponent
%RemoveFromSaveSet %RunBackgroundMethod %Self %SerializeObject
%SetBackgroundMethodStatus %SetErrorById %SetErrorByName %SetModified
%SetValueById %SetValueByName %SetValuesByName %StartScript
%ValidateObject %ZENVersion AddFilter BuildInfoPane
ChangeFilterMDField ChangeFilterMDOp ChangeFilterType ClearFilter
ConvertParameter Decrypt DeleteCurrentVirtualSource DrawConcepts
DrawCrcs DrawFilter DrawSentences Encrypt
EndSession EscapeHTML EscapeURL ExecuteQuery
GetCurrentFilterMode GetCurrentFilterObject GetCurrentFilterString GetDomain
GetInfoPaneText GetPage GetSentFrom GetSentTo
GetSource GetSourceObject GetTerm GetUrlForDomain
HyperEventBody HyperEventCall HyperEventFrame HyperEventHead
Include InitPages InputTerm InsertHiddenField
InsertHiddenFields IsPrivate Link NextPage
OnHTTPHeader OnPage OnPageError OnPostHTTP
OnPostHyperEvent OnPreHTTP OnPreHyperEvent OnUpdateDomain
OnUpdateFilter OnUpdateSource OnUpdateTerm Page
PreviousPage ProcessInput QuoteJS RemoveFilterAt
ResetPages RewriteURL SetBlacklists ShowError
StartTimer StopTimer ThrowError ToggleGroupLogic
UnescapeHTML UnescapeURL UpdateDomain UpdateSentences
UpdateSource UpdateTerm XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType addChild addChildAfter
addChildBefore addFilterClient cancelPopup changeFilterMDFieldClient
changeFilterMDOpClient changeFilterTypeClient childrenMutated clearFilterClient
correctIELayering createComponent createComponentNS deleteComponent
displayInputScreen displayResultsClient dragFinishHandler dragHandler
dragNotifyHandler dragStartHandler dropHandler dropStartHandler
endModal exposeComponent findElement fireOnLoadEvent
fireOnResizeEvent fireOnUnloadEvent fireOnUpdateEvent firePopupAction
getChildIndex getComponent getComponentById getEnclosingDiv
getHidden getHintElement getLabelElement getOpener
getProperty getSettings getType gotoPage
inputTermClient invokeSuper isOfType launchPopupWindow
makeId nextPageClient onCreate onDelete
onDisplayHandler onEndModalHandler onPopupAction onProcessInputClient
onRefreshContents onSerialize onServerMethodCall onServerMethodError
onServerMethodReturn onStartModalHandler onTermKeyUp onUpdateFilterClient
onUpdateSourceClient onUpdateTermClient ondisabledHandler onkeydownHandler
onkeyupHandler onlayoutHandler onloadHandler onlogoutHandler
onoverlayHandler onresizeHandler onunloadHandler onupdateHandler
popupActionHandler previousPageClient realTimeInputClient refreshContents
refreshMDFilterFields removeChild removeFilterClient render
renderContents renderSVG setBlacklistsClient setComponentId
setCurrentGroupClient setHidden setOverlayMode setProperty
setPropertyAll setTraceOption showBlacklists showFilterForm
startModal startProgressBar stopProgressBar toggleGroupLogicClient
updateDomainClient updateFilterClient updateSentencesClient updateSourceClient
updateTermClient useTermClient


Parameters

• parameter PAGENAME = "iKnow Indexing Results";
Optional. This is the display name used for this page. If not provided, the class name is used.

Methods

• method DrawConcepts(seed As %ZEN.Datatype.string) as %Status
• method DrawCrcs(seed As %ZEN.Datatype.string) as %Status
• method DrawSentences(seed As %ZEN.Datatype.string) as %Status
• method GetInfoPaneText() as %String
Returns the text to be displayed in infoPane. To be overridden by the subclass using it.
• method GetSentFrom() as %Integer
• method GetSentTo() as %Integer
• method OnUpdateSource(sourceId As %Integer) as %Status
Server-side method subclasses can override to take additional actions upon a change in the current source.
• method UpdateSentences(sentFrom, sentTo) as %Status [ ZenMethod ]
• method displayResultsClient() as %Integer [ Language = javascript ]
• method onProcessInputClient() [ Language = javascript ]
• method onUpdateSourceClient(source) [ Language = javascript ]
Client-side method subclasses can override to take additional actions upon a change in the current source.
• method updateSentencesClient() as %Status [ Language = javascript ]