Skip to main content

EnsLib.EDI.XML.Service.FileService

class EnsLib.EDI.XML.Service.FileService extends EnsLib.EDI.XML.Service.Standard

Property Inventory

Method Inventory

Parameters

parameter ADAPTER = EnsLib.File.InboundAdapter;
Inherited description: The type of adapter used to communicate with external systems
parameter SETTINGS = ReplyTargetConfigNames::selector?multiSelect=1&context={Ens.ContextSearch/ProductionItems?targets=1&productionName=@productionId};
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

property ReplyTargetConfigNames as %String;
ConfigName(s) of the operations or processes to which reply messages should be forwarded.
Property methods: ReplyTargetConfigNamesDisplayToLogical(), ReplyTargetConfigNamesGet(), ReplyTargetConfigNamesIsValid(), ReplyTargetConfigNamesLogicalToDisplay(), ReplyTargetConfigNamesLogicalToOdbc(), ReplyTargetConfigNamesNormalize(), ReplyTargetConfigNamesSet()

Methods

classmethod OnGetConnections(Output pArray As %String, pItem As Ens.Config.Item)
Inherited description: Return an array of connections for drawing lines on the config diagram
method OnProcessInput(pInput As %Stream.Object, pOutput As %Library.RegisteredObject, ByRef pHint As %Library.String) as %Status
Inherited description: Override this method to process incoming data. Do not call SendRequestSync/Async() from outside this method (e.g. in a SOAP Service or a CSP page).
method SendReply(pReplyDocument As EnsLib.EDI.Document, pOriginalDoc As EnsLib.EDI.Document = $$$NULLOREF) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab