Class ClientAlertUtilities
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.script.builtin.AbstractAlertUtilities
- 
- com.inductiveautomation.factorypmi.application.script.builtin.ClientAlertUtilities
 
 
- 
 public class ClientAlertUtilities extends AbstractAlertUtilities 
- 
- 
Constructor SummaryConstructors Constructor Description ClientAlertUtilities()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidacknowledgeAlert(java.lang.String system, java.lang.String path, java.lang.String stateName)protected java.util.List<AlertEvent>queryAlertHistoryImpl(java.lang.String storageProfile, java.util.Date startDate, java.util.Date endDate, java.lang.String system, java.lang.String path, java.lang.String displayPath, java.lang.String stateName, java.lang.Integer minSeverity, java.lang.Integer maxSeverity, boolean activeAndUnacked, boolean activeAndAcked, boolean clearAndUnacked, boolean clearAndAcked, java.lang.String sort)protected java.util.List<AlertEvent>queryAlertStatusImpl(java.lang.String system, java.lang.String path, java.lang.String displayPath, java.lang.String stateName, java.lang.Integer minSeverity, java.lang.Integer maxSeverity, boolean activeAndUnacked, boolean activeAndAcked, boolean clearAndUnacked, boolean clearAndAcked, boolean flatten)- 
Methods inherited from class com.inductiveautomation.ignition.common.script.builtin.AbstractAlertUtilitiesqueryAlertHistory, queryAlertStatus, toDataset
 
- 
 
- 
- 
- 
Method Detail- 
queryAlertStatusImplprotected java.util.List<AlertEvent> queryAlertStatusImpl(java.lang.String system, java.lang.String path, java.lang.String displayPath, java.lang.String stateName, java.lang.Integer minSeverity, java.lang.Integer maxSeverity, boolean activeAndUnacked, boolean activeAndAcked, boolean clearAndUnacked, boolean clearAndAcked, boolean flatten) throws java.lang.Exception - Specified by:
- queryAlertStatusImplin class- AbstractAlertUtilities
- Throws:
- java.lang.Exception
 
 - 
queryAlertHistoryImplprotected java.util.List<AlertEvent> queryAlertHistoryImpl(java.lang.String storageProfile, java.util.Date startDate, java.util.Date endDate, java.lang.String system, java.lang.String path, java.lang.String displayPath, java.lang.String stateName, java.lang.Integer minSeverity, java.lang.Integer maxSeverity, boolean activeAndUnacked, boolean activeAndAcked, boolean clearAndUnacked, boolean clearAndAcked, java.lang.String sort) throws java.lang.Exception - Specified by:
- queryAlertHistoryImplin class- AbstractAlertUtilities
- Throws:
- java.lang.Exception
 
 - 
acknowledgeAlertpublic static void acknowledgeAlert(java.lang.String system, java.lang.String path, java.lang.String stateName) throws GatewayException- Throws:
- GatewayException
 
 
- 
 
-