Class ClientAlertUtilities
java.lang.Object
com.inductiveautomation.ignition.common.script.builtin.AbstractAlertUtilities
com.inductiveautomation.factorypmi.application.script.builtin.ClientAlertUtilities
- 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.AbstractAlertUtilities
queryAlertHistory, queryAlertStatus, toDataset 
- 
Constructor Details
- 
ClientAlertUtilities
public ClientAlertUtilities() 
 - 
 - 
Method Details
- 
queryAlertStatusImpl
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) throws Exception - Specified by:
 queryAlertStatusImplin classAbstractAlertUtilities- Throws:
 Exception
 - 
queryAlertHistoryImpl
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) throws Exception - Specified by:
 queryAlertHistoryImplin classAbstractAlertUtilities- Throws:
 Exception
 - 
acknowledgeAlert
public static void acknowledgeAlert(String system, String path, String stateName) throws GatewayException - Throws:
 GatewayException
 
 -