Class LegacyAlarmUpgrader
java.lang.Object
com.inductiveautomation.ignition.common.alarming.config.LegacyAlarmUpgrader
- 
Method Summary
Modifier 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
 - 
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. 
 -