Interface BatchJobBuilder<T>

All Known Implementing Classes:
RestoreJobBuilder, SnapshotJobBuilder

public interface BatchJobBuilder<T>
Author:
Daniel Bernstein Date: Jul 25, 2014
  • 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

      org.springframework.batch.core.JobParameters buildJobParameters(T entity)
    • buildIdentifyingJobParameters

      org.springframework.batch.core.JobParameters buildIdentifyingJobParameters(T entity)
    • getJobName

      String getJobName()