This parameter is used to make sure that if multiple
CSP applications are mapped to the same namespace that the CSP engine can correctly
identify which class corresponds with which URL. If 'LockCSPName' is true (the default, defined
in the CSP application) then you can only access this page if the url exactly matches
this 'CSPURL'. You can set this parameter to "" if you wish to disable this check for
this class. This check is applied for all CSP urls (cls/csp/zen).
If this page was compiled from a .csp file, then this parameter is automatically set to contain the
url of this file used for compilation.
Save general association data to server.
Returns proxy.ok = 1 (save successful) or 0 (error occurred)
proxy.Message (save successful, with warning message: require restart)
proxy.ErrorMessage (save failed and display this error message).
If proxy.ok is 1 and no messages returned then we return to Database list page.
method changeJournal(newVal)
[ Language = javascript ]
if user unchecked Journal State, show warning
method changeMaxSize(newVal)
[ Language = javascript ]
method changeReadOnly(newVal)
[ Language = javascript ]
classmethod checkCACHETEMP(newdir As %String)
as %Integer
[ ZenMethod ]
This method is called from JavaScript if user is modifying IRISEMP and changed to a different directory
We check here to see if the newly selected directory is a IRISTEMP type of database. Returns a number.
method doAddMirror()
[ Language = javascript ]
Add db to mirror
method doResource()
[ Language = javascript ]
method doSave()
[ Language = javascript ]
method getDBSizeLimit()
[ Language = javascript ]
Get the max size for the DB, based on the current block size.
method onloadHandler()
[ Language = javascript ]
Set focus to the Name field.
method updateDirectory(NewDirectory)
[ Language = javascript ]
method validate(proxy)
[ Language = javascript ]