store Update Event

private open fun storeUpdateEvent(author: PandoroUser, type: UpdateEventType, owner: Update)

Method used to store a notified update event

Parameters

author

The author who made an action which created the event

type

The type of the occurred event

owner

The update owner of the event


private open fun storeUpdateEvent(author: PandoroUser, type: UpdateEventType, owner: Update, extraContent: String)

Method used to store a notified update event

Parameters

author

The author who made an action which created the event

type

The type of the occurred event

owner

The update owner of the event

extraContent

Extra content to attach to the event


private open fun storeUpdateEvent(author: PandoroUser, type: UpdateEventType, owner: Update, changeNote: Note)

Method used to store a notified update event

Parameters

author

The author who made an action which created the event

type

The type of the occurred event

owner

The update owner of the event

changeNote

The change note related to the occurred event


private open fun storeUpdateEvent(author: PandoroUser, type: UpdateEventType, owner: Update, changeNote: Note, extraContent: String)

Method used to store a notified update event

Parameters

author

The author who made an action which created the event

type

The type of the occurred event

owner

The update owner of the event

changeNote

The change note related to the occurred event

extraContent

Extra content to attach to the event