abstract class EnsLib.RecordMap.Operation.Standard
extends Ens.BusinessOperation
This class is intended for simple output of records into files. It is NOT designed to be
run in multiple processes as it implements no locking.
This is a Business Operation class.
parameter SETTINGS = "RecordMap:Basic:selector?context={Ens.ContextSearch/RecordMaps}";
List of properties can be set as settings in the configuration file
format is a comma separated list of property names
property RecordMap
as %String(MAXLEN=220) [ Required ];
Name of the RecordMap which is to be written out.
method OnInit()
as %Status
Confirm that the RecordMap exists and confirm that the classes have been generated.
method PutObject(pStream As %IO.DeviceStream, pObject As %RegisteredObject)
as %Status
Wrapper method for the PutObject method on the RecordMap class.