Class LegacyAlarmUpgrader
java.lang.Object
com.inductiveautomation.ignition.common.alarming.config.LegacyAlarmUpgrader
- 
Method SummaryModifier and TypeMethodDescriptionprotected List<AlarmDefinition>protected List<AlarmDefinition>protected voidconfigureBaseAlarm(AlarmDefinition def, AlarmState state) static AlarmConfigurationcreateFrom(PropertySet sharedProperties, List<AlarmState> states) static AlarmConfigurationcreateFrom(PropertySet sharedProperties, List<AlarmState> states, AlarmConfiguration parentConfig) protected voidvalidate(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
- 
createFrompublic static AlarmConfiguration createFrom(PropertySet sharedProperties, List<AlarmState> states, AlarmConfiguration parentConfig) 
- 
buildDefinitions
- 
buildDigitalDefinitions
- 
buildAnalogDefinitions
- 
configureBaseAlarm
- 
validateThis function simply enforces a couple of compatibility rules, resulting from subtle changes to how things work in 7.6 vs. before.
 
-