Uses of Class
org.ikasan.dashboard.notification.model.BusinessStreamNotification
-
Packages that use BusinessStreamNotification Package Description org.ikasan.dashboard.notification -
-
Uses of BusinessStreamNotification in org.ikasan.dashboard.notification
Methods in org.ikasan.dashboard.notification that return types with arguments of type BusinessStreamNotification Modifier and Type Method Description java.util.List<BusinessStreamNotification>BusinessStreamNotificationConfiguration. businessStreamNotifications()Method parameters in org.ikasan.dashboard.notification with type arguments of type BusinessStreamNotification Modifier and Type Method Description java.util.List<BusinessStreamNotificationJob>BusinessStreamNotificationConfiguration. businessStreamNotificationJobs(org.thymeleaf.TemplateEngine emailTemplateEngine, java.util.List<BusinessStreamNotification> businessStreamNotifications, BusinessStreamNotificationService businessStreamNotificationService, org.ikasan.spec.configuration.PlatformConfigurationService platformConfigurationService, EmailNotifier emailNotifier)Constructors in org.ikasan.dashboard.notification with parameters of type BusinessStreamNotification Constructor Description BusinessStreamNotificationJob(org.thymeleaf.TemplateEngine templateEngine, BusinessStreamNotification businessStreamNotification, BusinessStreamNotificationService businessStreamNotificationService, org.ikasan.spec.configuration.PlatformConfigurationService platformConfigurationService, EmailNotifier emailNotifier)
-