Skip to main content

HS.UI.OIDRegistry.Import

class HS.UI.OIDRegistry.Import extends HS.HC.UI.Template

Utility to Import OID Registry items

Property Inventory

Method Inventory

Parameters

parameter FOUNDATIONHELPKEY = FADM_ch_OID_registry;
When running Foundation, this will be part of the docbook link, i.e. DocBook.UI.PortalHelpPage.cls?Key=thisvalue
parameter PAGENAME = OID Registry Import;
Displayed name of this page.
parameter RESOURCE = %HSAdmin_InstallationManagement;
Security requirement

Properties

property PageTitle as %ZEN.Datatype.caption [ InitialExpression = $$$TextHTML("OID Registry Import") ];
Page title
Property methods: PageTitleDisplayToLogical(), PageTitleGet(), PageTitleIsValid(), PageTitleLogicalToDisplay(), PageTitleLogicalToOdbc(), PageTitleNormalize(), PageTitleSet()
property msgFromFile as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS(" Load from file? ") ];
Property methods: msgFromFileDisplayToLogical(), msgFromFileGet(), msgFromFileIsValid(), msgFromFileLogicalToDisplay(), msgFromFileLogicalToOdbc(), msgFromFileNormalize(), msgFromFileSet()

Methods

classmethod %OnFinishBackgroundTask(pTaskID As %String)
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 %Library.String, pStatus As %Library.String, pPercentComplete As %Library.Float)
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.
classmethod RunBackgroundTask(pFileName As %String) [ ZenMethod ]
classmethod StartLoad(pFileName)
clientmethod backgroundTask() [ Language = javascript ]
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
After searching for a file
clientmethod ontaskHandler(taskInfo) [ Language = javascript ]
Client-side callback to update task status.
taskInfo is an associative array (object) containing task status indexed by taskid.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab