Class BulkImportFileWriter

java.lang.Object
ca.uhn.fhir.jpa.bulk.imprt.job.BulkImportFileWriter
All Implemented Interfaces:
org.springframework.batch.item.ItemWriter<ca.uhn.fhir.jpa.bulk.imprt.model.ParsedBulkImportRecord>

public class BulkImportFileWriter extends Object implements org.springframework.batch.item.ItemWriter<ca.uhn.fhir.jpa.bulk.imprt.model.ParsedBulkImportRecord>
  • Constructor Details

  • Method Details

    • write

      public void write(List<? extends ca.uhn.fhir.jpa.bulk.imprt.model.ParsedBulkImportRecord> theItemLists) throws Exception
      Specified by:
      write in interface org.springframework.batch.item.ItemWriter<ca.uhn.fhir.jpa.bulk.imprt.model.ParsedBulkImportRecord>
      Throws:
      Exception