Skip to main content

%iKnow.UI.ImportWizard

This class is deprecated in favour of the iKnow Architect in the SMP (%iKnow.UI.Architect), which allows GUI-driven interaction with a domain definition class.

Method Inventory

Parameters

parameter PAGENAME = Import Wizard;
Displayed name of this page.

Methods

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.
classmethod %OnMonitorBackgroundTask(pTaskID As %String, pStatus As %String, pPercentComplete As %Float)
Inherited description: This server-side callback method is called whenever the client calls to monitor the current background task. Typically a subclass uses this to send back JavaScript to update a progress bar.
method ChangeSchema(pSchema As %String) as %Status [ ZenMethod ]
method GetInfoPaneText() as %String
Inherited description: Returns the text to be displayed in infoPane. To be overridden by the subclass using it.
method LoadData() as %String [ ZenMethod ]
method PrepareDetails(pFrom As %String) as %String [ ZenMethod ]
method PrepareOptions(pType As %String, pDomain As %Integer, pFrom As %String) as %String [ ZenMethod ]
method RunBackgroundMethod(methodName As %String, methodParams...) as %Status
classmethod SetBackgroundTaskEndMessage(finishMessage As %String) as %Status
classmethod SetBackgroundTaskStartMessage(busyMessage As %String) as %Status
clientmethod onChangeSchema() [ Language = javascript ]
clientmethod onChangeType() [ Language = javascript ]
clientmethod onDictMapChange() [ Language = javascript ]
clientmethod onItemChange() [ Language = javascript ]
clientmethod resetGeneral() [ Language = javascript ]
clientmethod showDetails() [ Language = javascript ]
clientmethod showOptions() [ Language = javascript ]
clientmethod startLoad() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab