Generic Function: TRANSACTION-CHANGED-OBJECT

Documentation

If the given transaction has modified the object with the given object id, this function returns the modified object. Otherwise it returns nil.

Source

(defgeneric transaction-changed-object (transaction object-id)
  (:documentation
   "If the given transaction has modified the object with the given
object id, this function returns the modified object.  Otherwise it
returns nil."))
Source Context