public interface NotificatorRegistry
Modifier and Type | Method and Description |
---|---|
Notificator |
findNotificator(java.lang.String notificatorType) |
java.util.Collection<Notificator> |
getNotificators() |
void |
register(Notificator notificator)
Registers notificator in the registry.
|
void |
register(Notificator notificator,
java.util.List<UserPropertyInfo> userProperties)
Registers notificator in the registry.
|
void |
unregister(Notificator notificator)
Unregisters notificator.
|
void unregister(Notificator notificator)
notificator
- notificator to unregistervoid register(Notificator notificator)
notificator
- notificator to registervoid register(Notificator notificator, java.util.List<UserPropertyInfo> userProperties)
UserPropertyInfo
describe properties of the user which can be edited
on the user settings page in the Notifications section.notificator
- notificator to registeruserProperties
- properties to show on the user settings pagejava.util.Collection<Notificator> getNotificators()
@Nullable Notificator findNotificator(java.lang.String notificatorType)