Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [EDI] >  [XML] >  [Service] >  [FileService]
Private  Storage   

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 1 3


Summary

This is a Business Service class.

The associated Adapter class is EnsLib.File.InboundAdapter.

Properties
%AlertStartTime %ConfigName %ConfigQueueName
%LastActionTime %LastHandledTime %LastReportedError
%OutsideCreated %PreserveSession %ProcessInputCalled
%QuitTask %RequestHeader %SessionId
%SuperSession %SuperSessionCreatedBeforeSession %WaitForNextCallInterval
%WarnedLatest %isShadow Adapter
AlertGracePeriod AlertGroups AlertOnError
ArchiveIO BusinessPartner DocSchemaCategory
GenerateSuperSessionID IOLogEntry InactivityTimeout
ReplyMode ReplyTargetConfigNames SearchTableClass
TargetConfigNames ThrottleDelay Validation

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 GetSettings GetShadowInstance
IOLogDiscard NewIOLogEntry OnDocumentEnd OnDocumentStart
OnError OnGenerateSuperSession OnGetConnections OnInit
OnKeepalive OnMonitor OnParsingError OnPostDocument
OnPreDocument OnProcessInput OnProductionStart OnProductionStop
OnResolveDocType OnTearDown OnValidate PopulateSuperSession
QueueName SaveIOLogEntry SendAlert SendDeferredResponse
SendReply SendRequestAsync SendRequestSync reportReply
resolveAndIndex resolveDocType standardOnProcessInput


Parameters

• parameter ADAPTER = "EnsLib.File.InboundAdapter";
The type of adapter used to communicate with external systems
• parameter SETTINGS = "ReplyTargetConfigNames::selector?multiSelect=1&context={Ens.ContextSearch/ProductionItems?targets=1&productionName=@productionId}";
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.

Methods

• classmethod OnGetConnections(Output pArray As %String, pItem As Ens.Config.Item)
Return an array of connections for drawing lines on the config diagram
• method OnProcessInput(pInput As %Stream.Object, pOutput As %RegisteredObject) as %Status
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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.