Skip to main content

%Library.ObjectJournal

Class %Library.ObjectJournal Extends %Persistent [ Final, System = 3 ]

Properties

JournalPtr

Property JournalPtr As %Integer;

TranId

Property TranId As %Integer;

ObjectType

Property ObjectType As %String;

ObjectIdentity

Property ObjectIdentity As %String;

JournalType

Property JournalType As %Integer;

Methods

AddJrnRecToSyncSet

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

PropertyValuesClose

ClassMethod PropertyValuesClose(ByRef qHandle As %Binary) As %Status [ PlaceAfter = PropertyValuesExecute ]

PropertyValuesExecute

ClassMethod PropertyValuesExecute(ByRef qHandle As %Binary, iTranPtr As %Integer = 0, iJrnPtr As %Integer = 0) As %Status

PropertyValuesFetch

ClassMethod PropertyValuesFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) As %Status [ PlaceAfter = PropertyValuesExecute ]