persistent class Ens.Util.IOLogObj
extends Ens.Util.IOLog
A header class that records raw Adapter Inputs and Outputs
classmethod %OnDelete(oid As %ObjectIdentity)
as %Status
This callback method is invoked by the %Delete method to
provide notification that the object specified by oid is being deleted.
If this method returns an error then the object will not be deleted.
method IsEmpty()
as %Boolean
trigger OnDelete
(BEFORE event DELETE)