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.
parameter HELPADDRESS = "Home,Locks";
Each SMP page should set this link which points to the documentation anchor name.
Get the (localized) name of the page.
This should be implemented in a subclass.
classmethod InTransaction(DeleteID)
as %String
[ ZenMethod ]
This method is called to check whether a local lock is currently in an option transaction.
classmethod RemoveLocks(DeleteID, RemoveAllLocksForProcess)
as %ZEN.proxyObject
[ ZenMethod ]
Remove locks from server. If RemoveAllLocksForProcess, then DeleteID is PID. OW DeleteID contains three pieces lock reference delimited by comma.
method doRemove(DeleteID, RemoveAll, RemoteOwner)
[ Language = javascript ]
Remove a lock. If "RemoveAll" is 1 then all locks for that process is removed.
If RemoveAll is 0, then DeleteID is the lock reference.
If RemoveAll is 1, then DeleteID is the Pid/Client or Owner.
method doRemoveRemote(DeleteID, RemoveAll, RemoteOwner)
[ Language = javascript ]