Class LegacyAlarmUpgrader
java.lang.Object
com.inductiveautomation.ignition.common.alarming.config.LegacyAlarmUpgrader
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<AlarmDefinition>
protected List<AlarmDefinition>
protected void
configureBaseAlarm
(AlarmDefinition def, AlarmState state) static AlarmConfiguration
createFrom
(PropertySet sharedProperties, List<AlarmState> states) static AlarmConfiguration
createFrom
(PropertySet sharedProperties, List<AlarmState> states, AlarmConfiguration parentConfig) protected void
validate
(List<AlarmDefinition> defs) This function simply enforces a couple of compatibility rules, resulting from subtle changes to how things work in 7.6 vs.
-
Method Details
-
createFrom
-
createFrom
public static AlarmConfiguration createFrom(PropertySet sharedProperties, List<AlarmState> states, AlarmConfiguration parentConfig) -
buildDefinitions
-
buildDigitalDefinitions
-
buildAnalogDefinitions
-
configureBaseAlarm
-
validate
This function simply enforces a couple of compatibility rules, resulting from subtle changes to how things work in 7.6 vs. before.
-