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 CompositeJobParametersValidator
          Composite JobParametersValidator that passes the job parameters through a sequence of injected JobParametersValidators
 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.
 

Method parameters in org.springframework.batch.core.job with type arguments of type JobParametersValidator
 void CompositeJobParametersValidator.setValidators(List<JobParametersValidator> validators)
          Public setter for the validators
 



Copyright © 2012. All Rights Reserved.