public interface BatchJobBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
org.springframework.batch.core.JobParameters |
buildIdentifyingJobParameters(T entity) |
org.springframework.batch.core.Job |
buildJob(T entity,
SnapshotJobManagerConfig config)
Creates a job for the specified entity;
|
org.springframework.batch.core.JobParameters |
buildJobParameters(T entity) |
String |
getJobName() |
org.springframework.batch.core.Job buildJob(T entity, SnapshotJobManagerConfig config) throws SnapshotException
entity - config - SnapshotExceptionorg.springframework.batch.core.JobParameters buildJobParameters(T entity)
org.springframework.batch.core.JobParameters buildIdentifyingJobParameters(T entity)
String getJobName()
Copyright © 2014–2015 DuraSpace. All rights reserved.