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 (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property InObject as %Persistent [ Transient ];
Property methods: InObjectClassDisplayToLogical(), InObjectClassGet(), InObjectClassGetStored(), InObjectClassIsValid(), InObjectClassLogicalToDisplay(), InObjectClassLogicalToOdbc(), InObjectClassNormalize(), InObjectClassSet(), InObjectGet(), InObjectGetObject(), InObjectGetObjectId(), InObjectGetStored(), InObjectGetSwizzled(), InObjectIdGet(), InObjectIdGetStored(), InObjectIdIsValid(), InObjectIdSet(), InObjectIsValid(), InObjectNewObject(), InObjectSet(), InObjectSetObject(), InObjectSetObjectId(), InObjectUnSwizzle()
property InObjectId as %RawString;
Property methods: InObjectIdGet(), InObjectIdGetStored(), InObjectIdIsValid(), InObjectIdSet()
property OutObject as %Persistent [ Transient ];
Property methods: OutObjectClassDisplayToLogical(), OutObjectClassGet(), OutObjectClassGetStored(), OutObjectClassIsValid(), OutObjectClassLogicalToDisplay(), OutObjectClassLogicalToOdbc(), OutObjectClassNormalize(), OutObjectClassSet(), OutObjectGet(), OutObjectGetObject(), OutObjectGetObjectId(), OutObjectGetStored(), OutObjectGetSwizzled(), OutObjectIdGet(), OutObjectIdGetStored(), OutObjectIdIsValid(), OutObjectIdSet(), OutObjectIsValid(), OutObjectNewObject(), OutObjectSet(), OutObjectSetObject(), OutObjectSetObjectId(), OutObjectUnSwizzle()
property OutObjectId as %RawString;
Property methods: OutObjectIdGet(), OutObjectIdGetStored(), OutObjectIdIsValid(), OutObjectIdSet()
Methods (Including Private)
private method %OnAddToSaveSet(depth As %Integer = 3, insert As %Integer = 0, callcount As %Integer = 0) as %Status [ Language = objectscript ]
Inherited description: This callback method is invoked when the current object is added to the SaveSet,
either because %Save() was invoked on this object or on an object that references this object.
%OnAddToSaveSet can modify the current object. It can also add other objects to the current
SaveSet by invoking %AddToSaveSet or remove objects by calling %RemoveFromSaveSet.
If this method returns an error status then %Save() will fail and the transaction will be rolled back.
classmethod %OnDelete(oid As %ObjectIdentity) as %Status [ Language = objectscript ]
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.
private method %OnOpen() as %Status [ Language = objectscript ]
Inherited description: This callback method is invoked by the %Open() method to
provide notification that the object specified by oid is being opened.
If this method returns an error then the object will not be opened.
method IsEmpty() as %Boolean [ Language = objectscript ]
Triggers
trigger OnDelete (BEFORE event DELETE);
Inherited Members
Inherited Properties (Including Private)
- AdapterClass
- Annotation
- ConfigName
- CorrespondingRequestId
- HostClass
- InObjectClass
- IsInbound
- Job
- OutObjectClass
- SessionId
- SourceMethod
- Status
- TimeReceived
- TimeResponded
Inherited Methods (Including Private)
- %AcquireLock()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteData()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnAfterBuildIndices()
- %OnAfterDelete()
- %OnAfterPurgeIndices()
- %OnAfterSave()
- %OnBeforeAddToSync()
- %OnBeforeBuildIndices()
- %OnBeforePurgeIndices()
- %OnBeforeSave()
- %OnClose()
- %OnConstructClone()
- %OnDetermineClass()
- %OnJournalObject()
- %OnNew()
- %OnReload()
- %OnRollBack()
- %OnValidateObject()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %ReleaseLock()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveData()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %ShowContents()
- %ShowContentsHead()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- GetRequestIOLogs()
- GetSessionIOLogs()
- Purge()
- PurgeBitmaps()
Storage
Gray indicates storage defined by superclasses.
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
|
Storage Model: Storage (Ens.Util.IOLogObj)
^Ens.Util.IOLogD(ID,"IOLogObj") |
= | InObjectID
OutObjectID
InObjectId
OutObjectId
|