Event.getByExtId()

Signature

SimpleEvent getByExtId (String extId)

Domain

ACTION, BUI

Description

Returns the SimpleEvent existing in Working Memory using extId as the external ID.

Parameters

NameTypeDescription
extIdStringThe external ID.

Returns

TypeDescription
SimpleEventThe SimpleEvent with the external ID as extId. Returns null if no such SimpleEvent exists in Working Memory.

Cautions

none