Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [Ens] >  [Util] >  [IOLogObj]
Private  Storage   

persistent class Ens.Util.IOLogObj extends Ens.Util.IOLog

A header class that records raw Adapter Inputs and Outputs

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 4 1


Summary

Properties
AdapterClass Annotation ConfigName CorrespondingRequestId
HostClass InObject InObjectClass InObjectId
IsInbound Job OutObject OutObjectClass
OutObjectId SessionId SourceMethod Status
TimeReceived TimeResponded

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDelete
%OnDeleteFinally %OnDetermineClass %OnOpenFinally %OnSaveFinally
%Open %OpenId %OriginalNamespace %PackageName
%PhysicalAddress %PurgeIndices %Reload %RemoveFromSaveSet
%ResolveConcurrencyConflict %RollBack %Save %SaveDirect
%SaveIndices %SerializeObject %SetModified %ShowContents
%ShowContentsHead %SortBegin %SortEnd %SyncObjectIn
%SyncTransport %UnlockExtent %UnlockId %ValidateIndices
%ValidateObject %ValidateTable GetRequestIOLogs GetSessionIOLogs
IsEmpty Purge PurgeBitmaps

Subclasses
Ens.Util.IOLogSegmentedObj Ens.Util.IOLogXMLObj

Properties

• property InObject as %Persistent [ Transient ];
• property InObjectId as %RawString;
• property OutObject as %Persistent [ Transient ];
• property OutObjectId as %RawString;

Methods

• classmethod %OnDelete(oid As %ObjectIdentity) as %Status
This callback method is invoked by the %Delete method to provide notification that the object specified by oid is being deleted.

If this method returns an error then the object will not be deleted.

• method IsEmpty() as %Boolean

Triggers

•trigger OnDelete (BEFORE event DELETE)


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