Update
Events
Notifier
The UpdateEventsNotifier notify and
store the event occurred in the lifecycle of an update
Author
N7ghtm4r3 - Tecknobit
Since
1.2.0
Properties
Functions
Link copied to clipboard
Method used to store a CHANGENOTE_ADDED
event
Link copied to clipboard
Method used to store a CHANGENOTE_DONE
event
Link copied to clipboard
Method used to store a CHANGENOTE_EDITED
event
Link copied to clipboard
@Transactional
Method used to store the CHANGENOTE_MOVED_TO
and
CHANGENOTE_MOVED_FROM
events
Link copied to clipboard
Method used to store a CHANGENOTE_REMOVED
event
Link copied to clipboard
Method used to store a CHANGENOTE_UNDONE
event
Link copied to clipboard
private open fun storeUpdateEvent(author: PandoroUser, type: UpdateEventType, owner: Update, changeNote: Note)
private open fun storeUpdateEvent(author: PandoroUser, type: UpdateEventType, owner: Update, extraContent: String)
private open fun storeUpdateEvent(author: PandoroUser, type: UpdateEventType, owner: Update, changeNote: Note, extraContent: String)
Method used to store a notified update
event
Link copied to clipboard
Method used to store a PUBLISHED
event
Link copied to clipboard
Method used to store a SCHEDULED
event
Link copied to clipboard
Method used to store a STARTED
event