Package org.adempiere.webui.apps
Class BackgroundJobCallable
java.lang.Object
org.adempiere.webui.apps.BackgroundJobCallable
- All Implemented Interfaces:
Callable<ProcessInfo>
Callable to run process as background job.
Send email or notice notification to user upon completion of job.
Send email or notice notification to user upon completion of job.
-
Constructor Summary
ConstructorDescriptionBackgroundJobCallable
(Properties ctx, ProcessInfo processInfo) BackgroundJobCallable
(Properties ctx, ProcessInfo processInfo, IProcessUI processUI) -
Method Summary
-
Constructor Details
-
BackgroundJobCallable
- Parameters:
ctx
-processInfo
-
-
BackgroundJobCallable
- Parameters:
ctx
-processInfo
-processUI
-
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<ProcessInfo>
-