Interface IReportingStrategy
-
- All Known Implementing Classes:
ReportingStrategy
@ThingworxExtensionApiClass(since={8,4}) public interface IReportingStrategy
Base which Reporting Determination Strategy ThingShapes can implement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Boolean
ReportingAlgorithm(java.lang.String eventName, org.joda.time.DateTime eventTime, java.lang.String source, java.lang.String sourceProperty, InfoTable params)
-
-
-
Method Detail
-
ReportingAlgorithm
@ThingworxExtensionApiMethod(since={8,4}) java.lang.Boolean ReportingAlgorithm(java.lang.String eventName, org.joda.time.DateTime eventTime, java.lang.String source, java.lang.String sourceProperty, InfoTable params) throws java.lang.Exception
- Throws:
java.lang.Exception
- If an error occurs
-
-