Skip to main content

EnsLib.EDI.X12.Operation.FTPOperation

class EnsLib.EDI.X12.Operation.FTPOperation extends EnsLib.EDI.X12.Operation.BatchStandard

Method Inventory

Parameters

parameter ADAPTER = EnsLib.FTP.OutboundAdapter;
Inherited description: The type of adapter used to communicate with external systems

Methods

method OnInit() as %Status
Inherited description: This user callback method is called just after %OnNew()
method fileExists(pFilename As %String, ByRef pStatus As %Status) as %Boolean
Inherited description: Implemented by subclasses
method outputDocument(pFilename As %String, pDocument As EnsLib.EDI.X12.Document, pSeparators As %String, pDoFraming As %Integer) as %Status
method outputSegment(pFilename As %String, pSegObj As EnsLib.EDI.X12.Segment, pSeparators As %String, pCount As %Integer) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab