메소드 | 설명 | |
---|---|---|
GetJobParameters ( IJob job, StepExecution stepExecution ) : JobParameters |
@see IJobParametersExtractor#GetJobParameters(Job, StepExecution).
|
|
SetKeys ( string keys ) : void |
The key names to pull out of the execution context or job parameters, if they exist. If a key doesn't exist in the execution context then the job parameters from the enclosing job execution are tried, and if there is nothing there either then no parameter is extracted. Key names ending with
|
메소드 | 설명 | |
---|---|---|
DefaultHandle ( ExecutionContext executionContext, string key, JobParametersBuilder builder, JobParameter>.IDictionary |
||
HandleDateKey ( string key, ExecutionContext executionContext, JobParametersBuilder builder, JobParameter>.IDictionary |
||
HandleDoubleKey ( string key, ExecutionContext executionContext, JobParametersBuilder builder, JobParameter>.IDictionary |
||
HandleLongOrIntKey ( string key, ExecutionContext executionContext, JobParametersBuilder builder, JobParameter>.IDictionary |
||
HandleStringKey ( string key, ExecutionContext executionContext, JobParametersBuilder builder, JobParameter>.IDictionary |
public GetJobParameters ( IJob job, StepExecution stepExecution ) : JobParameters | ||
job | IJob | |
stepExecution | StepExecution | |
리턴 | JobParameters |