Class AbstractAlertUtilities
java.lang.Object
com.inductiveautomation.ignition.common.script.builtin.AbstractAlertUtilities
- Direct Known Subclasses:
- ClientAlertUtilities
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionqueryAlertHistory(org.python.core.PyObject[] pyArgs, String[] keywords) protected abstract 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) queryAlertStatus(org.python.core.PyObject[] pyArgs, String[] keywords) protected abstract 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) static DatasettoDataset(List<AlertEvent> list) 
- 
Constructor Details- 
AbstractAlertUtilitiespublic AbstractAlertUtilities()
 
- 
- 
Method Details- 
queryAlertStatus
- 
queryAlertHistory
- 
toDataset
- 
queryAlertHistoryImplprotected abstract 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 - Throws:
- Exception
 
- 
queryAlertStatusImplprotected abstract 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 - Throws:
- Exception
 
 
-