Uses of Interface
br.com.davinti.vitruvio.batch.UIBackgroundTask
Packages that use UIBackgroundTask
-
Uses of UIBackgroundTask in br.com.davinti.vitruvio.batch
Methods in br.com.davinti.vitruvio.batch with parameters of type UIBackgroundTaskModifier and TypeMethodDescriptionUIBackgroundTaskService.schedule(UIBackgroundTask task, long startTimeMiliseconds, long repeatTime, ApplicationSession app, Object data) UIBackgroundTaskService.schedule(UIBackgroundTask task, long startTimeMiliseconds, ApplicationSession app, Object data) UIBackgroundTaskService.schedule(UIBackgroundTask task, Date startDate, long repeatTime, ApplicationSession app, Object data) UIBackgroundTaskService.schedule(UIBackgroundTask task, Date startDate, ApplicationSession app, Object data) UINotificationsBatchServiceImpl.schedule(UIBackgroundTask task, long startTimeMiliseconds, long repeatTime, ApplicationSession app, Object data) UINotificationsBatchServiceImpl.schedule(UIBackgroundTask task, long startTimeMiliseconds, ApplicationSession app, Object data) UINotificationsBatchServiceImpl.schedule(UIBackgroundTask task, Date startDate, long repeatTime, ApplicationSession app, Object data) UINotificationsBatchServiceImpl.schedule(UIBackgroundTask task, Date startDate, ApplicationSession app, Object data)