Class AbstractAlertUtilities
java.lang.Object
com.inductiveautomation.ignition.common.script.builtin.AbstractAlertUtilities
- Direct Known Subclasses:
ClientAlertUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
AbstractAlertUtilities
public AbstractAlertUtilities()
-
-
Method Details
-
queryAlertStatus
-
queryAlertHistory
-
toDataset
-
queryAlertHistoryImpl
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) throws Exception - Throws:
Exception
-
queryAlertStatusImpl
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) throws Exception - Throws:
Exception
-