Uses of Interface
org.springframework.batch.core.JobParametersIncrementer
Packages that use JobParametersIncrementer
Package
Description
Core domain context for Spring Batch covering jobs, steps, configuration and execution
abstractions.
Specific implementations of configuration concerns.
Parsers for XML based configuration
Specific implementations of job concerns.
Job and flow level builders for java based configuration of batch jobs
Support classes for use in bootstrap and launch implementations or configurations.
Utility classes for batch job/step testing.
-
Uses of JobParametersIncrementer in org.springframework.batch.core
Methods in org.springframework.batch.core that return JobParametersIncrementerModifier and TypeMethodDescriptiondefault JobParametersIncrementer
If clients need to generate new parameters for the next execution in a sequence, they can use this incrementer. -
Uses of JobParametersIncrementer in org.springframework.batch.core.configuration.support
Methods in org.springframework.batch.core.configuration.support that return JobParametersIncrementer -
Uses of JobParametersIncrementer in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml with parameters of type JobParametersIncrementerModifier and TypeMethodDescriptionvoid
JobParserJobFactoryBean.setJobParametersIncrementer
(JobParametersIncrementer jobParametersIncrementer) Set theJobParametersIncrementer
for the factory bean. -
Uses of JobParametersIncrementer in org.springframework.batch.core.job
Methods in org.springframework.batch.core.job that return JobParametersIncrementerMethods in org.springframework.batch.core.job with parameters of type JobParametersIncrementerModifier and TypeMethodDescriptionvoid
AbstractJob.setJobParametersIncrementer
(JobParametersIncrementer jobParametersIncrementer) Public setter for theJobParametersIncrementer
. -
Uses of JobParametersIncrementer in org.springframework.batch.core.job.builder
Methods in org.springframework.batch.core.job.builder that return JobParametersIncrementerModifier and TypeMethodDescriptionJobBuilderHelper.CommonJobProperties.getJobParametersIncrementer()
Methods in org.springframework.batch.core.job.builder with parameters of type JobParametersIncrementerModifier and TypeMethodDescriptionJobBuilderHelper.incrementer
(JobParametersIncrementer jobParametersIncrementer) Add a job parameters incrementer.void
JobBuilderHelper.CommonJobProperties.setJobParametersIncrementer
(JobParametersIncrementer jobParametersIncrementer) -
Uses of JobParametersIncrementer in org.springframework.batch.core.launch.support
Classes in org.springframework.batch.core.launch.support that implement JobParametersIncrementerModifier and TypeClassDescriptionclass
This incrementer uses aDataFieldMaxValueIncrementer
to generate the sequence of values to use as job instance discriminator.class
This incrementer increments a "run.id" parameter of typeLong
from the given job parameters. -
Uses of JobParametersIncrementer in org.springframework.batch.test
Methods in org.springframework.batch.test with parameters of type JobParametersIncrementerModifier and TypeMethodDescriptionvoid
JobRepositoryTestUtils.setJobParametersIncrementer
(JobParametersIncrementer jobParametersIncrementer)