Uses of Class
org.ikasan.dashboard.notification.BusinessStreamNotificationJob
-
Packages that use BusinessStreamNotificationJob Package Description org.ikasan.dashboard.notification org.ikasan.dashboard.notification.service -
-
Uses of BusinessStreamNotificationJob in org.ikasan.dashboard.notification
Methods in org.ikasan.dashboard.notification that return types with arguments of type BusinessStreamNotificationJob 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)Method parameters in org.ikasan.dashboard.notification with type arguments of type BusinessStreamNotificationJob Modifier and Type Method Description BusinessStreamNotificationSchedulerServiceBusinessStreamNotificationConfiguration. businessStreamNotificationSchedulerService(java.util.List<BusinessStreamNotificationJob> businessStreamNotificationJobs) -
Uses of BusinessStreamNotificationJob in org.ikasan.dashboard.notification.service
Constructor parameters in org.ikasan.dashboard.notification.service with type arguments of type BusinessStreamNotificationJob Constructor Description BusinessStreamNotificationSchedulerService(org.quartz.Scheduler scheduler, org.ikasan.scheduler.ScheduledJobFactory scheduledJobFactory, java.util.List<BusinessStreamNotificationJob> businessStreamNotificationJobs)
-