|
Re: Display Jobs in Table [message #1836767 is a reply to message #1836720] |
Wed, 13 January 2021 14:21 |
|
What kind of jobs? You can implement execLoadData() however you like. It does not have to be an SQL query, you can retrieve the data from any source you like, including in-memory maps.
Regards,
Beat
|
|
|
|
Re: Display Jobs in Table [message #1836775 is a reply to message #1836772] |
Wed, 13 January 2021 16:11 |
|
You can get a list of IFutures that represents the jobs:
Jobs.getJobManager().getFutures(Jobs.newFutureFilterBuilder()
// <-- add your filter conditions here (.andMatch...)
.toFilter());
Be aware that Scout itself uses jobs frequently, so without the right filter you might see get unexpected results. To just search for your own jobs, you should mark them with a custom "execution hint".
Regards,
Beat
|
|
|
Powered by
FUDForum. Page generated in 0.03781 seconds