-
Mar 10th, 2010, 03:21 PM
#1
Using jobexplorer to filter jobs based on params, startdate enddate etc
Is there way to query jobs using JobExplorer based on job, starttime, endtime and some params like jobparameters
Or should we write our own queries
-
Mar 12th, 2010, 11:42 AM
#2
JobExplorer doesn't have filter methods (as you can tell from the interface). Spring Batch Admin has pagination built into some Dao extensions, but still no filtering. We implement simple filters there by iteration because the user is often only interested in the most recent results, so you can find them quite quickly without fancy querying. Possibly demand will grow for query/find features and I would expect that would be where they would be implemented.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules