Interface BatchJobBuilder<T>

    • Method Detail

      • buildJob

        org.springframework.batch.core.Job buildJob​(T entity,
                                                    org.duracloud.snapshot.service.SnapshotJobManagerConfig config)
                                             throws org.duracloud.snapshot.SnapshotException
        Creates a job for the specified entity;
        Parameters:
        entity -
        config -
        Returns:
        a job object.
        Throws:
        org.duracloud.snapshot.SnapshotException
      • buildJobParameters

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

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

        String getJobName()