Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
|
|
|
Comma-separated list of additional CSS include files for the page. If this page is using CSS3 then the CSS3INCLUDES parameter is used (if defined).
Displayed name of this page.
|
Is the user permitted to access the fileSelect popup.
|
Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
Decorate the page.
Get the (localized) name of the page.
Designed to run in a background job using the method DoImportInBackground which invokes %RunBackgroundMethod(). Based on a similar method in EnsPortal.ArchiveManager.
Run method DoImport() in a background job. Return 1 if this works out ok, an error string if there is an error in running the job (regardless of the results of the method DoImport() itself).
Draw main HTML content for this page.
Draw current import status; intended for use with background import jobs.
Callback to return a list of resources required for a specific HyperEvent. The user must have sufficient privileges on one of the resource/permission pairs to be permitted to execute the hyperevent. An empty string implies the user already has sufficient privileges for the ZenMethod specified in pMethod.
Use when the import job is running in the background to check on running status. Returns either "running" or "idle" or "done".
Use when the import job is running in the background to check on error status. An empty string means no error; otherwise it is an error message.
Use when the import job is running in the background to check on status. Gets the number of seconds job has been running (or ran, if complete) and formats it nicely as a string.
Use when the import job is running in the background to check on status.
Use when the import job is running in the background to check on status.
Use when the import job is running in the background to check on running status. Returns either "running" or "idle" or "done".
Get information to display in the ribbon bar.
User clicked one of the Browse buttons. Save the name of the textfield so that when you return you know which textfield to update.
What to do when the user selects a new actionSpec value.
The input value is the name of the new namespace to switch to. This method will need to be overridden for classes such as EnsPortal.EDIDocumentView which cannot work without a URL parameter provided.
This timer method calls a server method to get the current background import job status and update the UI.
This client event, if present, is fired when the a popup page launched from this page fires an action.
This client event, if present, is fired when the page is loaded. Start the timer so we can check the status. If there is a background import job currently running, you will see a periodic update until the job is finished.
This function controls the timer on updating progress. It is called from onload as well (in case a background import job is currently being run when the page is opened).