First, I am new to SpringBatch.
I have a requirement that at runtime; I want the ability to find the Available Jobs and the Job Parameters for the Job. I see how I can get the Available Jobs from the JobOperator and JobLocator interfaces. What I can not figure out is how do I get the List of JobParameters for a Job. This requirement is pre-JobInstance creation.
Is this possible? Is there a way to figure out what the JobParameters are based on just a Job?


Reply With Quote
