Uses of Class
org.adempiere.webui.apps.BackgroundJob
Package
Description
Provide process, drill assistant, feedback request and callout dialog implementation.
Provide global search and label search component.
Provide global search and label search component.
-
Uses of BackgroundJob in org.adempiere.webui.apps
Modifier and TypeMethodDescriptionstatic BackgroundJob
BackgroundJob.create
(ProcessInfo processInfo) Create new background job instanceBackgroundJob.withContext
(Properties ctx) Set context.BackgroundJob.withInitialDelay
(int delay) Set initial delay in milliseconds (default is 1000)BackgroundJob.withNotificationType
(String notificationType) Set notification type.BackgroundJob.withProcessUI
(IProcessUI processUI) Set optional process UI.