Interface AlarmNotificationManager
-
- All Superinterfaces:
ExtensionPointManager
public interface AlarmNotificationManager extends ExtensionPointManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAlarmNotificationProfileType(AlarmNotificationProfileType type)
AlarmNotificationProfile
getProfile(long profileId)
AlarmNotificationProfile
getProfile(java.lang.String profileName)
java.util.List<java.lang.String>
getProfileNames()
void
removeAlarmNotificationProfileType(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
-
-