0160 Note Logs¶
Notifications provide additional information about a Referenceable object. They are used by resource owners and stewards to document the current status of their resources. Engines that are performing processing on the resources may also write notifications to the note log. The note log can be attached to any referenceable metadata object.
NoteLog entity¶
A NoteLog entity provides a collection point for notifications about a particular subject or element.
AttachedNoteLog relationship¶
The AttachedNoteLog connects a note log to one or more elements that are described in the note log's entries. A referenceable object can have many note logs linked off of it. If the note log is linked to only one referenceable, it may also be anchored to the referenceable so it is deleted with the referenceable.
AttachedNoteLogEntry relationship¶
The AttachedNoteLogEntry connects a note log to a notification. A note log can have many notifications linked off of it. These notifications may, or may not be anchored to the note log.
Raise an issue or comment below