Event.getById()

Signature

Event getById (Object Id)

Domain

ACTION

Description

Returns the Event with Id as the internal ID.

Parameters

NameTypeDescription
IdObjectThe internal ID, retrieved off @id

Returns

TypeDescription
EventThe event with the internal ID as Id. Returns null if no such event exists in Working Memory.

Cautions

none