abstract class EnsLib.RecordMap.Service.Base
extends Ens.BusinessService
Base class for Business Services which process streams containing data mapped to RecordMaps
and/or batches of RecordMaps.
This is a Business Service class.
parameter SETTINGS = "RecordMap:Basic:selector?context={Ens.ContextSearch/RecordMaps},TargetConfigNames:Basic:selector?multiSelect=1&context={Ens.ContextSearch/ProductionItems?targets=1&productionName=@productionId},SynchronousSend";
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 to use for processing the incoming data.
property SynchronousSend
as %Boolean [ InitialExpression = 0 ];
Control whether requests should be sent synchronously or asynchronously to the items
listed in TargetConfigNames. The default is false.
property TargetConfigNames
as %String(MAXLEN="");
A comma-separated list of Configuration Items which should receive the parsed objects.