Class Reference
%Library.ObjectJournalTransaction
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
Private  Storage

persistent class %Library.ObjectJournalTransaction extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 4 2 1


Summary

Properties
ChangedProperties Records SysTranId TranId

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %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
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject AddJrnTranToSyncSet PurgeUpToTxn


Parameters

• parameter READONLY = 1;
READONLY = 1 means that objects can be created, opened but not saved or deleted. Tables are projected to SQL as READONLY.

Properties

• property ChangedProperties as %List;
• relationship Records as %Library.ObjectJournalRecord [ Inverse = Transaction,Cardinality = children ];
• property SysTranId as %SYS.Journal.Transaction;
• property TranId as %Integer;

Methods

• method AddJrnTranToSyncSet(objSyncSet As %ObjectHandle, lExclude As %List) as %Status
AddJrnTranToSync
• classmethod PurgeUpToTxn(minValue As %Integer) as %Status
This method removes entries from the object journal up to minValue (exclusive)

Indices

• index (IDKey on TranId) [IdKey];