Event.createEventFromJSON()

Signature

Event createEventFromJSON(String uri, String json)

Domain

ACTION, BUI

Description

This function returns an event instance using the json . The JSON String should adhere to the structure corresponding to the event definition.

Parameters

NameTypeDescription
uriStringURI of the corresponding event.
jsonStringJSON string to be parsed

Returns

TypeDescription
Eventreturns an event instance

Cautions

none