org.springframework.batch.core.step.job
Interface JobParametersExtractor
- All Known Implementing Classes:
- DefaultJobParametersExtractor
public interface JobParametersExtractor
Strategy interface for translating a StepExecution into
JobParameters.
- Author:
- Dave Syer
getJobParameters
JobParameters getJobParameters(Job job,
StepExecution stepExecution)
- Extract job parameters from the step execution, for example from the
execution context or other properties.
- Parameters:
job - a JobstepExecution - a StepExecution
- Returns:
- some
JobParameters
Copyright © 2012. All Rights Reserved.