Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Purge all for Ensemble
|
|
|
Displayed name of this page.
User needs USE permissions on the %Ens_Purge resource to access this page.
|
|
Decorate the page.
Get the (localized) name of the page.
Get the (localized) title string for the page.
Designed to run in a background job using the method DoPurgeInBackground which invokes %RunBackgroundMethod(). Based on a similar method in EnsPortal.EDI.SEF.SchemaMain.
This method is called when user clicks the Purge button. Run method DoPurge() 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 DoPurge() itself).
Draw current import status; intended for use with background purge jobs.
Use after the purge job has completed to check on results.
Use when the purge 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 purge job is running in the background to check on running status. Returns either "running" or "idle" or "done".
Use when the purge 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 purge job is running in the background to check on status.
Use when the purge 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.
This method calls server method to get current background import job status and update the UI.
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).