Uses of Interface
org.springframework.batch.core.JobParametersValidator

Packages that use JobParametersValidator
org.springframework.batch.core Core domain context for Spring Batch covering jobs, steps, configuration and execution abstractions. 
org.springframework.batch.core.configuration.support Specific implementations of configuration concerns. 
org.springframework.batch.core.job Specific implementations of job concerns. 
 

Uses of JobParametersValidator in org.springframework.batch.core
 

Methods in org.springframework.batch.core that return JobParametersValidator
 JobParametersValidator Job.getJobParametersValidator()
          A validator for the job parameters of a JobExecution.
 

Uses of JobParametersValidator in org.springframework.batch.core.configuration.support
 

Methods in org.springframework.batch.core.configuration.support that return JobParametersValidator
 JobParametersValidator GroupAwareJob.getJobParametersValidator()
           
 

Uses of JobParametersValidator in org.springframework.batch.core.job
 

Classes in org.springframework.batch.core.job that implement JobParametersValidator
 class DefaultJobParametersValidator
          Default implementation of JobParametersValidator.
 

Methods in org.springframework.batch.core.job that return JobParametersValidator
 JobParametersValidator AbstractJob.getJobParametersValidator()
           
 

Methods in org.springframework.batch.core.job with parameters of type JobParametersValidator
 void AbstractJob.setJobParametersValidator(JobParametersValidator jobParametersValidator)
          A validator for job parameters.
 



Copyright © 2011. All Rights Reserved.