@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class ConfigurationTableUtilities extends java.lang.Object
Constructor and Description |
---|
ConfigurationTableUtilities() |
Modifier and Type | Method and Description |
---|---|
static int |
findConfigurationTableRow(ConfigurationTable table,
java.lang.String key) |
static java.lang.String |
getKeyField(ConfigurationTable table) |
@ThingworxExtensionApiMethod(since={6,6}) public static java.lang.String getKeyField(ConfigurationTable table) throws java.lang.Exception
java.lang.Exception
- If an error occurs@ThingworxExtensionApiMethod(since={6,6}) public static int findConfigurationTableRow(ConfigurationTable table, java.lang.String key) throws java.lang.Exception
java.lang.Exception
- If an error occurs