Interface BatchJobBuilder<T>
- All Known Implementing Classes:
RestoreJobBuilder,SnapshotJobBuilder
public interface BatchJobBuilder<T>
- Author:
- Daniel Bernstein Date: Jul 25, 2014
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.batch.core.JobParametersbuildIdentifyingJobParameters(T entity) org.springframework.batch.core.JobbuildJob(T entity, SnapshotJobManagerConfig config) Creates a job for the specified entity;org.springframework.batch.core.JobParametersbuildJobParameters(T entity)
-
Method Details
-
buildJob
org.springframework.batch.core.Job buildJob(T entity, SnapshotJobManagerConfig config) throws SnapshotException Creates a job for the specified entity;- Parameters:
entity-config-- Returns:
- a job object.
- Throws:
SnapshotException
-
buildJobParameters
-
buildIdentifyingJobParameters
-
getJobName
String getJobName()
-