Skip to main content

%iKnow.DeepSee.UI.Analysis.Entities

class %iKnow.DeepSee.UI.Analysis.Entities extends %iKnow.DeepSee.UI.Analysis.AbstractAnalysis

Property Inventory

Method Inventory

Parameters

parameter ENTITYCOUNT = 20;

Properties

property backgroundTimerInterval as %ZEN.Datatype.integer [ InitialExpression = 500 ];
Inherited description: This is the interval, in milliseconds, at which timer events are fired in order to check on the status of background tasks started by this page.
Property methods: backgroundTimerIntervalDisplayToLogical(), backgroundTimerIntervalGet(), backgroundTimerIntervalIsValid(), backgroundTimerIntervalLogicalToDisplay(), backgroundTimerIntervalLogicalToOdbc(), backgroundTimerIntervalNormalize(), backgroundTimerIntervalSet()
property blackListIds as %ZEN.Datatype.integer;
Property methods: blackListIdsDisplayToLogical(), blackListIdsGet(), blackListIdsIsValid(), blackListIdsLogicalToDisplay(), blackListIdsLogicalToOdbc(), blackListIdsNormalize(), blackListIdsSet()
property includeSimilar as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Property methods: includeSimilarDisplayToLogical(), includeSimilarGet(), includeSimilarIsValid(), includeSimilarLogicalToDisplay(), includeSimilarLogicalToOdbc(), includeSimilarLogicalToXSD(), includeSimilarNormalize(), includeSimilarSet(), includeSimilarXSDToLogical()
property selectedCell as %ZEN.Datatype.integer;
Property methods: selectedCellDisplayToLogical(), selectedCellGet(), selectedCellIsValid(), selectedCellLogicalToDisplay(), selectedCellLogicalToOdbc(), selectedCellNormalize(), selectedCellSet()
property sortMode as %ZEN.Datatype.string [ InitialExpression = "spread" ];
Property methods: sortModeDisplayToLogical(), sortModeGet(), sortModeIsValid(), sortModeLogicalToDisplay(), sortModeLogicalToOdbc(), sortModeNormalize(), sortModeSet()
property spreadAsPercentage as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Property methods: spreadAsPercentageDisplayToLogical(), spreadAsPercentageGet(), spreadAsPercentageIsValid(), spreadAsPercentageLogicalToDisplay(), spreadAsPercentageLogicalToOdbc(), spreadAsPercentageLogicalToXSD(), spreadAsPercentageNormalize(), spreadAsPercentageSet(), spreadAsPercentageXSDToLogical()
property term as %ZEN.Datatype.string;
Property methods: termDisplayToLogical(), termGet(), termIsValid(), termLogicalToDisplay(), termLogicalToOdbc(), termNormalize(), termSet()

Methods

classmethod %GetAnalysisInfo(Output pInfo) as %Status
Inherited description: Return an array of information about this analysis:
pInfo("caption") - localized caption for this item.
pInfo("tooltip") - localized tooltip for this item.
pInfo("icon") - icon for this item.
pInfo("rank") - optional rank; lower numbers are displayed first.
classmethod %OnFinishBackgroundTask(pTaskID As %String)
Inherited description: This server-side callback method is called whenever the client calls to monitor the current background task and the task is complete. Typically a subclass uses this to send back JavaScript to update the page.
method %OnGetSubtitle() as %String
method %OnGetTitle() as %String
method ChangePage(mode As %Integer) as %Status [ ZenMethod ]
method ExecuteEntitiesQuery(pRS As %Library.ResultSet, ByRef tSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo) as %Boolean
method GetEntityProbabilities(pEntities As %String, pCellId As %Integer) as %String [ ZenMethod ]
method InputTerm(pBase As %String) as %String [ ZenMethod ]
method PopulateChart(pEntities As %String = "") as %Status [ ZenMethod ]
method PopulateDetails(pString As %String) as %Status [ ZenMethod ]
clientmethod adjustSize() [ Language = javascript ]
Adjust sizes of components on the page.
clientmethod analyzeStringClient(string) [ Language = javascript ]
clientmethod getChartData(series, src) [ Language = javascript ]
clientmethod getChartLabel(index, src) [ Language = javascript ]
clientmethod inputTermClient(base) [ Language = javascript ]
clientmethod nextPageClient() [ Language = javascript ]
clientmethod onChangeColorCode(cell) [ Language = javascript ]
clientmethod onChangeIncludeSimilar(value) [ Language = javascript ]
clientmethod onChangeMeasureClient() [ Language = javascript ]
clientmethod onChangeSortMode(mode) [ Language = javascript ]
clientmethod onChangeSpreadPercent(percent) [ Language = javascript ]
clientmethod onDetailElementClick(chart) [ Language = javascript ]
clientmethod onElementClick(chart) [ Language = javascript ]
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
clientmethod previousPageClient() [ Language = javascript ]
clientmethod refreshDataClient() [ Language = javascript ]
clientmethod refreshDetailCaptions(includeSimilar, spreadPercent) [ Language = javascript ]
clientmethod removeEntityClient(entity) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab