Skip to main content

Ens.Util.IOLog

persistent class Ens.Util.IOLog extends %Library.Persistent, Ens.Util.BitmapPurge

SQL Table Name: Ens_Util.IOLog

A header class that records raw Adapter Inputs and Outputs

Property Inventory

Method Inventory

Parameters

parameter DOMAIN = Ensemble;

Properties

property AdapterClass as %String (MAXLEN = 128, TRUNCATE = 1);
Property methods: AdapterClassDisplayToLogical(), AdapterClassGet(), AdapterClassGetStored(), AdapterClassIsValid(), AdapterClassLogicalToDisplay(), AdapterClassLogicalToOdbc(), AdapterClassNormalize(), AdapterClassSet()
property Annotation as %String (MAXLEN = 1200, TRUNCATE = 1);
Property methods: AnnotationDisplayToLogical(), AnnotationGet(), AnnotationGetStored(), AnnotationIsValid(), AnnotationLogicalToDisplay(), AnnotationLogicalToOdbc(), AnnotationNormalize(), AnnotationSet()
property ConfigName as %String (MAXLEN = 128, TRUNCATE = 1);
Property methods: ConfigNameDisplayToLogical(), ConfigNameGet(), ConfigNameGetStored(), ConfigNameIsValid(), ConfigNameLogicalToDisplay(), ConfigNameLogicalToOdbc(), ConfigNameNormalize(), ConfigNameSet()
property CorrespondingRequestId as %Integer;
The %Id() of the corresponding request
Property methods: CorrespondingRequestIdDisplayToLogical(), CorrespondingRequestIdGet(), CorrespondingRequestIdGetStored(), CorrespondingRequestIdIsValid(), CorrespondingRequestIdLogicalToDisplay(), CorrespondingRequestIdNormalize(), CorrespondingRequestIdSet()
property HostClass as %String (MAXLEN = 128, TRUNCATE = 1);
Property methods: HostClassDisplayToLogical(), HostClassGet(), HostClassGetStored(), HostClassIsValid(), HostClassLogicalToDisplay(), HostClassLogicalToOdbc(), HostClassNormalize(), HostClassSet()
property InObject as %RegisteredObject;
Property methods: InObjectGet(), InObjectGetStored(), InObjectGetSwizzled(), InObjectIsValid(), InObjectNewObject(), InObjectSet()
property InObjectClass as %String (MAXLEN = 128, TRUNCATE = 1);
Property methods: InObjectClassDisplayToLogical(), InObjectClassGet(), InObjectClassGetStored(), InObjectClassIsValid(), InObjectClassLogicalToDisplay(), InObjectClassLogicalToOdbc(), InObjectClassNormalize(), InObjectClassSet()
property IsInbound as %Boolean;
Property methods: IsInboundDisplayToLogical(), IsInboundGet(), IsInboundGetStored(), IsInboundIsValid(), IsInboundLogicalToDisplay(), IsInboundNormalize(), IsInboundSet()
property Job as %String (TRUNCATE = 1);
Property methods: JobDisplayToLogical(), JobGet(), JobGetStored(), JobIsValid(), JobLogicalToDisplay(), JobLogicalToOdbc(), JobNormalize(), JobSet()
property OutObject as %RegisteredObject;
Property methods: OutObjectGet(), OutObjectGetStored(), OutObjectGetSwizzled(), OutObjectIsValid(), OutObjectNewObject(), OutObjectSet()
property OutObjectClass as %String (MAXLEN = 128, TRUNCATE = 1);
Property methods: OutObjectClassDisplayToLogical(), OutObjectClassGet(), OutObjectClassGetStored(), OutObjectClassIsValid(), OutObjectClassLogicalToDisplay(), OutObjectClassLogicalToOdbc(), OutObjectClassNormalize(), OutObjectClassSet()
property SessionId as %Integer;
Property methods: SessionIdDisplayToLogical(), SessionIdGet(), SessionIdGetStored(), SessionIdIsValid(), SessionIdLogicalToDisplay(), SessionIdNormalize(), SessionIdSet()
property SourceMethod as %String (MAXLEN = 40, TRUNCATE = 1);
Property methods: SourceMethodDisplayToLogical(), SourceMethodGet(), SourceMethodGetStored(), SourceMethodIsValid(), SourceMethodLogicalToDisplay(), SourceMethodLogicalToOdbc(), SourceMethodNormalize(), SourceMethodSet()
property Status as %Status [ InitialExpression = $$$OK ];
this property contains the error status if any
Property methods: StatusGet(), StatusGetStored(), StatusIsValid(), StatusLogicalToOdbc(), StatusSet()
property TimeReceived as Ens.DataType.UTC;
Property methods: TimeReceivedDisplayToLogical(), TimeReceivedGet(), TimeReceivedGetStored(), TimeReceivedIsValid(), TimeReceivedLogicalToDisplay(), TimeReceivedLogicalToOdbc(), TimeReceivedNormalize(), TimeReceivedOdbcToLogical(), TimeReceivedSet(), TimeReceivedStorageToLogical(), TimeReceivedtimeCmp(), TimeReceivedtimeDiff(), TimeReceivedtimeLocal(), TimeReceivedtimeLocaltoUTC(), TimeReceivedtimeUTC(), TimeReceivedtimeUTCH(), TimeReceivedtimeUTCHtoUTC(), TimeReceivedtimeUTCtoLocal(), TimeReceivedtimeUTCtoUTCH()
property TimeResponded as Ens.DataType.UTC;
Property methods: TimeRespondedDisplayToLogical(), TimeRespondedGet(), TimeRespondedGetStored(), TimeRespondedIsValid(), TimeRespondedLogicalToDisplay(), TimeRespondedLogicalToOdbc(), TimeRespondedNormalize(), TimeRespondedOdbcToLogical(), TimeRespondedSet(), TimeRespondedStorageToLogical(), TimeRespondedtimeCmp(), TimeRespondedtimeDiff(), TimeRespondedtimeLocal(), TimeRespondedtimeLocaltoUTC(), TimeRespondedtimeUTC(), TimeRespondedtimeUTCH(), TimeRespondedtimeUTCHtoUTC(), TimeRespondedtimeUTCtoLocal(), TimeRespondedtimeUTCtoUTCH()

Methods

method %ShowContents(pZenOutput As %Boolean = 0)
Output contents of IOLog object in HTML
method %ShowContentsHead(pZenOutput As %Boolean = 0)
Output HTML header information for IOLog object
classmethod GetRequestIOLogs(pRequestHeader As Ens.MessageHeader, Output pIOLogArray As Ens.Util.IOLog) as %Status
classmethod GetSessionIOLogs(pSessionId As %RawString, Output pIOLogArray As Ens.Util.IOLog) as %Status
abstract method IsEmpty() as %Boolean
classmethod Purge(Output pDeletedCount As %Integer, pDaysToKeep As %Integer = 7, pDummy As %Boolean, pBitmapChunkLimit As %Integer = 500) as %Status

Indexes

index (ConfigName on ConfigName) [Type = bitmap];
Index methods: ConfigNameDisplayToLogical(), ConfigNameGet(), ConfigNameGetStored(), ConfigNameIsValid(), ConfigNameLogicalToDisplay(), ConfigNameLogicalToOdbc(), ConfigNameNormalize(), ConfigNameSet()
index (Extent on ) [Extent, Type = bitmap];
Index methods: ExtentClose(), ExtentExecute(), ExtentFetch(), ExtentFetchRows(), ExtentFunc(), ExtentGetInfo(), ExtentGetODBCInfo(), ExtentPrepare(), ExtentSendODBC()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (SessionId on SessionId);
Index methods: SessionIdDisplayToLogical(), SessionIdExists(), SessionIdGet(), SessionIdGetStored(), SessionIdIsValid(), SessionIdLogicalToDisplay(), SessionIdNormalize(), SessionIdSet()
index (TimeReceived on TimeReceived);
Index methods: TimeReceivedDisplayToLogical(), TimeReceivedExists(), TimeReceivedGet(), TimeReceivedGetStored(), TimeReceivedIsValid(), TimeReceivedLogicalToDisplay(), TimeReceivedLogicalToOdbc(), TimeReceivedNormalize(), TimeReceivedOdbcToLogical(), TimeReceivedSet(), TimeReceivedStorageToLogical(), TimeReceivedtimeCmp(), TimeReceivedtimeDiff(), TimeReceivedtimeLocal(), TimeReceivedtimeLocaltoUTC(), TimeReceivedtimeUTC(), TimeReceivedtimeUTCH(), TimeReceivedtimeUTCHtoUTC(), TimeReceivedtimeUTCtoLocal(), TimeReceivedtimeUTCtoUTCH()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (Ens.Util.IOLog)

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

Subclasses

FeedbackOpens in a new tab