Ens.Util.IOLogObj
persistent class Ens.Util.IOLogObj extends Ens.Util.IOLog
SQL Table Name: Ens_Util.IOLogObj
A header class that records raw Adapter Inputs and OutputsProperty Inventory
Method Inventory
Properties
property InObject as %Persistent [ Transient ];
Property methods: InObjectGet(), InObjectGetObject(), InObjectGetObjectId(), InObjectGetStored(), InObjectGetSwizzled(), InObjectIsValid(), InObjectNewObject(), InObjectSet(), InObjectSetObject(), InObjectSetObjectId(), InObjectUnSwizzle()
property InObjectId as %CacheString;
Property methods: InObjectIdGet(), InObjectIdGetStored(), InObjectIdIsValid(), InObjectIdSet()
property OutObject as %Persistent [ Transient ];
Property methods: OutObjectGet(), OutObjectGetObject(), OutObjectGetObjectId(), OutObjectGetStored(), OutObjectGetSwizzled(), OutObjectIsValid(), OutObjectNewObject(), OutObjectSet(), OutObjectSetObject(), OutObjectSetObjectId(), OutObjectUnSwizzle()
property OutObjectId as %CacheString;
Property methods: OutObjectIdGet(), OutObjectIdGetStored(), OutObjectIdIsValid(), OutObjectIdSet()
Methods
classmethod %OnDelete(oid As %ObjectIdentity) as %Status
Inherited description: 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
Indexes
index ($IOLogObj on ) [Extent, Type = bitmap];
Triggers
trigger OnDelete (BEFORE event DELETE);
Inherited Members
Inherited Properties
- AdapterClass
- Annotation
- ConfigName
- CorrespondingRequestId
- HostClass
- InObjectClass
- IsInbound
- Job
- OutObjectClass
- SessionId
- SourceMethod
- Status
- TimeReceived
- TimeResponded
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %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()
- %OnDetermineClass()
- %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()
- GetRequestIOLogs()
- GetSessionIOLogs()
- Purge()
- PurgeBitmaps()
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
|
^Ens.Util.IOLogD(ID,"IOLogObj") | = | InObjectID
OutObjectID
InObjectId
OutObjectId
|