Uses of Class
org.springframework.batch.core.JobParametersInvalidException
Package
Description
Core domain context for Spring Batch covering jobs, steps, configuration and execution
abstractions.
Specific implementations of job concerns.
Interfaces and simple implementations of launch concerns.
Support classes for use in bootstrap and launch implementations or configurations.
-
Uses of JobParametersInvalidException in org.springframework.batch.core
Modifier and TypeMethodDescriptionvoid
JobParametersValidator.validate
(JobParameters parameters) Check that the parameters meet whatever requirements are appropriate, and throw an exception if not. -
Uses of JobParametersInvalidException in org.springframework.batch.core.job
Modifier and TypeMethodDescriptionvoid
CompositeJobParametersValidator.validate
(JobParameters parameters) Validates the JobParameters according to the injected JobParameterValidators Validation stops and exception is thrown on first validation errorvoid
DefaultJobParametersValidator.validate
(JobParameters parameters) Check the parameters meet the specification provided. -
Uses of JobParametersInvalidException in org.springframework.batch.core.launch
Modifier and TypeMethodDescriptionJobOperator.restart
(long executionId) Restart a failed or stoppedJobExecution
.JobLauncher.run
(Job job, JobParameters jobParameters) Start a job execution for the givenJob
andJobParameters
.Deprecated, for removal: This API element is subject to removal in a future version.default Long
JobOperator.start
(String jobName, Properties parameters) Start a new instance of a job with the parameters specified.JobOperator.startNextInstance
(String jobName) Launch the next in a sequence ofJobInstance
determined by theJobParametersIncrementer
attached to the specified job. -
Uses of JobParametersInvalidException in org.springframework.batch.core.launch.support
Modifier and TypeMethodDescriptionSimpleJobOperator.restart
(long executionId) SimpleJobLauncher.run
(Job job, JobParameters jobParameters) Deprecated, for removal: This API element is subject to removal in a future version.Run the provided job with the givenJobParameters
.TaskExecutorJobLauncher.run
(Job job, JobParameters jobParameters) Deprecated, for removal: This API element is subject to removal in a future version.SimpleJobOperator.start
(String jobName, Properties parameters) SimpleJobOperator.startNextInstance
(String jobName)
JobOperator.start(String, Properties)
instead.