|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobParametersIncrementer | |
|---|---|
| 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. |
| org.springframework.batch.core.launch.support | Support classes for use in bootstrap and launch implementations or configurations. |
| Uses of JobParametersIncrementer in org.springframework.batch.core |
|---|
| Methods in org.springframework.batch.core that return JobParametersIncrementer | |
|---|---|
JobParametersIncrementer |
Job.getJobParametersIncrementer()
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 | |
|---|---|
JobParametersIncrementer |
GroupAwareJob.getJobParametersIncrementer()
|
| Uses of JobParametersIncrementer in org.springframework.batch.core.job |
|---|
| Methods in org.springframework.batch.core.job that return JobParametersIncrementer | |
|---|---|
JobParametersIncrementer |
AbstractJob.getJobParametersIncrementer()
|
| Methods in org.springframework.batch.core.job with parameters of type JobParametersIncrementer | |
|---|---|
void |
AbstractJob.setJobParametersIncrementer(JobParametersIncrementer jobParametersIncrementer)
Public setter for the JobParametersIncrementer. |
| Uses of JobParametersIncrementer in org.springframework.batch.core.launch.support |
|---|
| Classes in org.springframework.batch.core.launch.support that implement JobParametersIncrementer | |
|---|---|
class |
RunIdIncrementer
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||