Skip to main content

Ens.Util.IOLogSegmentedObj

persistent class Ens.Util.IOLogSegmentedObj extends Ens.Util.IOLogObj

SQL Table Name: Ens_Util.IOLogSegmentedObj

Class to store IOLog entries for classes that extend EnsLib.EDI.Segmented and have Separators. The goal here is to keep a record of the separators used to send EDI documents to other systems.

Property Inventory

Properties

property InObjectSeparators as %String;
Property methods: InObjectSeparatorsDisplayToLogical(), InObjectSeparatorsGet(), InObjectSeparatorsGetStored(), InObjectSeparatorsIsValid(), InObjectSeparatorsLogicalToDisplay(), InObjectSeparatorsLogicalToOdbc(), InObjectSeparatorsNormalize(), InObjectSeparatorsSet()
property OutObjectSeparators as %String;
Property methods: OutObjectSeparatorsDisplayToLogical(), OutObjectSeparatorsGet(), OutObjectSeparatorsGetStored(), OutObjectSeparatorsIsValid(), OutObjectSeparatorsLogicalToDisplay(), OutObjectSeparatorsLogicalToOdbc(), OutObjectSeparatorsNormalize(), OutObjectSeparatorsSet()

Indexes

index ($IOLogSegmentedObj on ) [Extent, Type = bitmap];

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (Ens.Util.IOLog)

^Ens.Util.IOLogD(ID)
=
%%CLASSNAME
AdapterClass
Annotation
ConfigName
CorrespondingRequestId
HostClass
InObject
InObjectClass
IsInbound
Job
OutObject
OutObjectClass
SessionId
SourceMethod
Status
TimeReceived
TimeResponded

Storage Model: CacheStorage (Ens.Util.IOLogObj)

^Ens.Util.IOLogD(ID,"IOLogObj")
=
InObjectID
OutObjectID
InObjectId
OutObjectId

Storage Model: CacheStorage (Ens.Util.IOLogSegmentedObj)

^Ens.Util.IOLogD(ID,"IOLogSegmentedObj")
=
InObjectSeparators
OutObjectSeparators
FeedbackOpens in a new tab