@ThingworxExtensionApiClass(since={7,4}, canInstantiate=true) public final class EventUtilities extends java.lang.Object
Constructor and Description |
---|
EventUtilities() |
Modifier and Type | Method and Description |
---|---|
static ThingworxEvent |
eventFromInfoTableRow(ValueCollection row)
Converts an event from an InfoTable row (with the Event data shape) into a ThingworxEvent instance. |
@ThingworxExtensionApiMethod(since={7,4}) public static ThingworxEvent eventFromInfoTableRow(ValueCollection row) throws java.lang.Exception
row
- The row of the InfoTablejava.lang.Exception
- if the provided row does not match the Event datashape