Interface AlarmNotificationManager
- 
- All Superinterfaces:
- ExtensionPointManager
 
 public interface AlarmNotificationManager extends ExtensionPointManager 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAlarmNotificationProfileType(AlarmNotificationProfileType type)AlarmNotificationProfilegetProfile(long profileId)AlarmNotificationProfilegetProfile(java.lang.String profileName)java.util.List<java.lang.String>getProfileNames()voidremoveAlarmNotificationProfileType(AlarmNotificationProfileType type)- 
Methods inherited from interface com.inductiveautomation.ignition.gateway.model.ExtensionPointManagergetExtensionPoint, getExtensionPoints
 
- 
 
- 
- 
- 
Method Detail- 
getProfileAlarmNotificationProfile getProfile(long profileId) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
getProfileAlarmNotificationProfile getProfile(java.lang.String profileName) 
 - 
getProfileNamesjava.util.List<java.lang.String> getProfileNames() 
 - 
addAlarmNotificationProfileTypevoid addAlarmNotificationProfileType(AlarmNotificationProfileType type) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
removeAlarmNotificationProfileTypevoid removeAlarmNotificationProfileType(AlarmNotificationProfileType type) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 
- 
 
-