Summer.Batch.Core.Step.Job.IJobParametersExtractor Interface Reference

Strategy interface for translating a StepExecutioninto JobParameters. More...

Inheritance diagram for Summer.Batch.Core.Step.Job.IJobParametersExtractor:
Summer.Batch.Core.Step.Job.DefaultJobParametersExtractor

Public Member Functions

JobParameters GetJobParameters (IJob job, StepExecution stepExecution)
 Extract job parameters from the step execution, for example from the execution context or other properties. More...
 

Detailed Description

Strategy interface for translating a StepExecutioninto JobParameters.

Member Function Documentation

JobParameters Summer.Batch.Core.Step.Job.IJobParametersExtractor.GetJobParameters ( IJob  job,
StepExecution  stepExecution 
)

Extract job parameters from the step execution, for example from the execution context or other properties.

Parameters
job
stepExecution
Returns

Implemented in Summer.Batch.Core.Step.Job.DefaultJobParametersExtractor.


The documentation for this interface was generated from the following file:
  • Summer.Batch.Core/Core/Step/Job/IJobParametersExtractor.cs