Class ClientAlertUtilities
java.lang.Object
com.inductiveautomation.ignition.common.script.builtin.AbstractAlertUtilities
com.inductiveautomation.factorypmi.application.script.builtin.ClientAlertUtilities
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidacknowledgeAlert(String system, String path, String stateName) protected List<AlertEvent>queryAlertHistoryImpl(String storageProfile, Date startDate, Date endDate, String system, String path, String displayPath, String stateName, Integer minSeverity, Integer maxSeverity, boolean activeAndUnacked, boolean activeAndAcked, boolean clearAndUnacked, boolean clearAndAcked, String sort) protected List<AlertEvent>queryAlertStatusImpl(String system, String path, String displayPath, String stateName, Integer minSeverity, 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
- 
Constructor Details- 
ClientAlertUtilitiespublic ClientAlertUtilities()
 
- 
- 
Method Details- 
queryAlertStatusImplprotected List<AlertEvent> queryAlertStatusImpl(String system, String path, String displayPath, String stateName, Integer minSeverity, Integer maxSeverity, boolean activeAndUnacked, boolean activeAndAcked, boolean clearAndUnacked, boolean clearAndAcked, boolean flatten) throws Exception - Specified by:
- queryAlertStatusImplin class- AbstractAlertUtilities
- Throws:
- Exception
 
- 
queryAlertHistoryImplprotected List<AlertEvent> queryAlertHistoryImpl(String storageProfile, Date startDate, Date endDate, String system, String path, String displayPath, String stateName, Integer minSeverity, Integer maxSeverity, boolean activeAndUnacked, boolean activeAndAcked, boolean clearAndUnacked, boolean clearAndAcked, String sort) throws Exception - Specified by:
- queryAlertHistoryImplin class- AbstractAlertUtilities
- Throws:
- Exception
 
- 
acknowledgeAlertpublic static void acknowledgeAlert(String system, String path, String stateName) throws GatewayException - Throws:
- GatewayException
 
 
-