Event.getByExtIdByUri()

Signature

SimpleEvent getByExtIdByUri (String extId, String uri)

Domain

ACTION, BUI

Description

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

Parameters

NameTypeDescription
extIdStringThe external ID.
uriStringURI of the event

Returns

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

Cautions

none