Event

constructor(type: EventType, eventId: Long, objectId: Long, properties: Set<Property> = emptySet(), masterRefs: Map<String, Long> = emptyMap())

Parameters

type

The EventType of this Event.

eventId

The unique id of this Event.

objectId

The id of the BusinessObject to which this Event is targeted.

properties

The set of Property of this Event. There is one Property for each Attribute of the type. By default, all Propertys are set to null.