classmethod GetArchiveStatus()
as %ZEN.proxyObject
[ ZenMethod ]
This method gets current archive status and return proxyObject
to javascript caller for the caller to update the UI.
classmethod GetBackgroundMethodStatus()
as %String
Get background method status.
classmethod GetHyperEventResources(pMethod As %String = "")
as %String
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.
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List)
as %Status
method cancelSetting()
[ Language = javascript ]
User clicked Close.
method doStatus()
[ Language = javascript ]
This method calls server method to get current archive status and update the UI.
method editSetting()
[ Language = javascript ]
User clicked Configure. Allow to modify.
method hideTable(flag)
[ Language = javascript ]
User clicked Configure. Allow to modify.
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
Start the timer so we can check the status. If there is an archive currently running,
you will see continous update until job is finished.
method saveSetting()
[ Language = javascript ]
User clicked Save. Validate input.
method showErrors()
[ Language = javascript ]
Show or hide errors.
method startArchive()
[ Language = javascript ]
User clicked Do Archive.
method timeout(timer)
[ Language = javascript ]
Run Archive: function to control timer on updating archive progress
This is called from onload as well (in case it is currently being run when the page is opened)
method writeResult(msg)
[ Language = javascript ]