FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action summary | |
---|---|
string | static ensureSMSLength(string text)
Truncate a string to max length of 160 characters. |
string | static formatTime(float t)
Format time into human readable form, as used by Cumulocity. |
boolean | static inMaintenanceMode(com.apama.cumulocity.ManagedObject device)
Determine if ManagedObject is in maintenance mode. |
boolean | static isStringInEnabledDisabledLists(string value, sequence<string> enabledList, sequence<string> disabledList)
Check if id is in list of enabled or disabled ids. |
float | static max(float a, float b)
Get maximum of two floating point numbers. |
float | static min(float a, float b)
Get minimum of two floating point numbers. |
string | static replacePlaceholders(string value, any e)
Replace placeholders in string from an Event. |
string | static stringify(any value, boolean quoteStrings)
Convert any object to JSON-style form. |
Action detail |
---|
string static ensureSMSLength(string text)Truncate a string to max length of 160 characters.
string static formatTime(float t)Format time into human readable form, as used by Cumulocity.
boolean static inMaintenanceMode(com.apama.cumulocity.ManagedObject device)Determine if ManagedObject is in maintenance mode.
boolean static isStringInEnabledDisabledLists(string value, sequence<string> enabledList, sequence<string> disabledList)Check if id is in list of enabled or disabled ids.
float static max(float a, float b)Get maximum of two floating point numbers.
float static min(float a, float b)Get minimum of two floating point numbers.
string static replacePlaceholders(string value, any e)Replace placeholders in string from an Event.
string static stringify(any value, boolean quoteStrings)Convert any object to JSON-style form.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |