Interface AlarmNotificationManager
- 
- All Superinterfaces:
 ExtensionPointManager
public interface AlarmNotificationManager extends ExtensionPointManager
 
- 
- 
Method Summary
All 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.ExtensionPointManager
getExtensionPoint, getExtensionPoints 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getProfile
AlarmNotificationProfile getProfile(long profileId) throws java.lang.Exception
- Throws:
 java.lang.Exception
 
- 
getProfile
AlarmNotificationProfile getProfile(java.lang.String profileName)
 
- 
getProfileNames
java.util.List<java.lang.String> getProfileNames()
 
- 
addAlarmNotificationProfileType
void addAlarmNotificationProfileType(AlarmNotificationProfileType type) throws java.lang.Exception
- Throws:
 java.lang.Exception
 
- 
removeAlarmNotificationProfileType
void removeAlarmNotificationProfileType(AlarmNotificationProfileType type) throws java.lang.Exception
- Throws:
 java.lang.Exception
 
 - 
 
 -