Blueprint Developer Manual / Version 2412.0
Table Of ContentsThe public API notification-api provides access to the SQL implementation. These restrictions apply:
Method NotificationService#createNotification:
The parameter
Object recipient
is restricted to the type User.The parameter
List<Object> parameters
allows a list of Objects that are instances of the types and classes:boolean
,Boolean
,Date
,double
,Double
,int
,Integer
,long
,Long
,String
Classes for which a TypeConverter is configured. The
TypeConverter
is used for serialization/deserialization.