EnsLib.EDI.X12.Service.FTPService
class EnsLib.EDI.X12.Service.FTPService extends EnsLib.EDI.X12.Service.Standard
Property Inventory
Method Inventory
Parameters
parameter ADAPTER = EnsLib.FTP.InboundAdapter;
Inherited description: The type of adapter used to communicate with external systems
parameter ReadTimeout = 1;
parameter SETTINGS = ReplyTargetConfigNames:Acknowledgement: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 (i.e. TA1 & 997) 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 OnInit() as %Status
Inherited description: This user callback method is called via initConfig() from %OnNew() or in the case of SOAP Services from OnPreSOAP()
method OnProcessInput(pFTPStream As %Stream.Object, Output pOutput As %Library.CharacterStream, ByRef pHint As %Library.String) as %Status
Inherited description: Note: pDocIn is not declared as EnsLib.EDI.X12.Document so that subclasses can handle other types and transform them before calling ##super().
method SendReply(pReplyDocument As EnsLib.EDI.Document, pOriginalDoc As EnsLib.EDI.Document = $$$NULLOREF) as %Status
Inherited Members
Inherited Properties
- %AlertStartTime
- %ConfigName
- %ConfigQueueName
- %LastActionTime
- %LastHandledTime
- %LastReportedError
- %OutsideCreated
- %PreserveSession
- %ProcessInputCalled
- %QuitTask
- %RequestHeader
- %SessionId
- %SuperSession
- %SuperSessionCreatedBeforeSession
- %WaitForNextCallInterval
- %WarnedLatest
- %isShadow
- %outFraming
- Adapter
- AddNackErrText
- AlertGracePeriod
- AlertGroups
- AlertOnError
- ArchiveIO
- BadMessageHandler
- BatchErrorAction
- BatchHandling
- BatchReplyType
- BusinessPartner
- CommitAckType
- DefCharEncoding
- DefCompSep
- DefRepSep
- DefSegTerm
- DocSchemaCategory
- Framing
- GenerateSuperSessionID
- IOLogEntry
- IgnoreInboundAck
- InactivityTimeout
- LocalApplicationID
- ReplyMode
- SNIPLevel
- SearchTableClass
- TargetConfigNames
- ThrottleDelay
- TolerateNewlines
- ValMode
- Validation
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnClose()
- %OnNew()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %SuperSessionSet()
- %ValidateObject()
- AdapterName()
- AssignOneSetting()
- CloseIOLogEntry()
- EnumerateSettingsClose()
- EnumerateSettingsExecute()
- EnumerateSettingsFetch()
- ForceSessionId()
- GenerateSuperSession()
- GetDeferredResponseToken()
- GetMsgHdrRequestKey()
- GetProductionSettingValue()
- GetProductionSettings()
- GetPropertyConnections()
- GetRequestClassList()
- GetResponseClassList()
- GetSegmentTerminator()
- GetSettings()
- GetShadowInstance()
- IOLogDiscard()
- NewIOLogEntry()
- OnConstructReply()
- OnDocumentEnd()
- OnDocumentStart()
- OnError()
- OnGenerateSuperSession()
- OnInboundAck()
- OnKeepalive()
- OnMonitor()
- OnParsingError()
- OnPostDocument()
- OnPreDocument()
- OnProductionStart()
- OnProductionStop()
- OnResolveDocType()
- OnTearDown()
- OnValidate()
- OutputFramedToDevice()
- OutputFramedToIOStream()
- PopulateSuperSession()
- QueueName()
- SaveIOLogEntry()
- SendAlert()
- SendDeferredResponse()
- SendRequestAsync()
- SendRequestSync()
- SetOutFraming()
- constructBatchReply()
- constructReply()
- getReplyChildDocCode()
- getReplyCode()
- reportReply()
- resolveAndIndex()
- resolveDocType()
- standardOnProcessInput()