persistent class EnsLib.RecordMap.ComplexBatch
extends %Persistent, EnsLib.RecordMap.ComplexParent
parameter RECORDMAPGENERATED = 1;
Parameter to indicate that the class has been generated by the RecordMap framework.
If this parameter is set to 0, the RecordMap framework will NOT update this class automatically,
and responsibility for any further changes will fall on the user.
parameter XMLIGNORENULL = 0;
property %Source
as %String(MAXLEN=2000,TRUNCATE=1,XMLPROJECTION="NONE");
Name of source document or connection from which this record was created.
trigger OnDelete
(BEFORE event DELETE)Ensure that we remove all references to child objects and delete any objects that aren't
referenced by any complex parents.