DocBook|Search
Class Reference
%Library.ObjectJournal
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [%SYS] >  [%Library] >  [ObjectJournal]
Private  Storage  

persistent class %Library.ObjectJournal extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 4 1 1


Summary

Properties
JournalPtr JournalType ObjectIdentity ObjectType 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 AddJrnRecToSyncSet PropertyValuesClose PropertyValuesExecute
PropertyValuesFetch


Properties

• property JournalPtr as %Integer;
• property JournalType as %Integer;
• property ObjectIdentity as %String;
• property ObjectType as %String;
• property TranId as %Integer;

Methods

• classmethod AddJrnRecToSyncSet(objSyncSet As %SYNC.SyncSet, iTranPtr As %Integer = 0, iObjPtr As %Integer = 0, srcSystem As %String, srcNS As %String, changed As %List = "", originSystem As %String = "", originNS As %String = "") as %Integer
AddJrnRecToSync
• classmethod PropertyValuesClose(ByRef qHandle As %Binary) as %Status
• classmethod PropertyValuesExecute(ByRef qHandle As %Binary, iTranPtr As %Integer = 0, iJrnPtr As %Integer = 0) as %Status
• classmethod PropertyValuesFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status

Queries

• query PropertyValues(iTranPtr As %Integer, iJrnPtr As %Integer)
Selects Property As %String, Collection As %String, ValueType As %String, Value As %String

Indices

• index (IDKey on TranId,JournalPtr) [IdKey,Unique];