public interface AlarmNotificationRPC
| Modifier and Type | Method and Description |
|---|---|
UIResponse |
createRoster(java.util.Locale locale,
java.lang.String name) |
UIResponse |
deleteRosters(java.util.Locale locale,
java.util.List<java.lang.String> names) |
UIResponse |
editRoster(java.util.Locale locale,
java.lang.String name,
java.util.List<User> model) |
java.util.List<java.lang.String> |
getNotificationProfiles() |
java.util.List<java.lang.String> |
getOnCallRosters() |
java.util.Collection<NotificationProfileProperty<?>> |
getProfileProperties(java.lang.String profileName) |
RosterModel |
getRoster(java.lang.String name) |
java.util.List<java.lang.String> |
listPipelines() |
java.util.List<java.lang.String> getNotificationProfiles()
java.util.Collection<NotificationProfileProperty<?>> getProfileProperties(java.lang.String profileName) throws java.lang.Exception
profileName - The name of the profile.NotificationProfilePropertys provided by the given profile.java.lang.Exceptionjava.util.List<java.lang.String> listPipelines()
java.util.List<java.lang.String> getOnCallRosters()
throws java.lang.Exception
java.lang.ExceptionRosterModel getRoster(java.lang.String name) throws java.lang.Exception
java.lang.ExceptionUIResponse editRoster(java.util.Locale locale, java.lang.String name, java.util.List<User> model) throws java.lang.Exception
java.lang.ExceptionUIResponse createRoster(java.util.Locale locale, java.lang.String name) throws java.lang.Exception
java.lang.ExceptionUIResponse deleteRosters(java.util.Locale locale, @Nonnull java.util.List<java.lang.String> names) throws java.lang.Exception
java.lang.Exception