Class BulkItemReader

java.lang.Object
ca.uhn.fhir.jpa.bulk.export.job.BaseBulkItemReader
ca.uhn.fhir.jpa.bulk.export.job.BaseJpaBulkItemReader
ca.uhn.fhir.jpa.bulk.export.job.BulkItemReader
All Implemented Interfaces:
org.springframework.batch.item.ItemReader<List<ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId>>

Basic Bulk Export implementation which simply reads all type filters and applies them, along with the _since param on a given resource type.
  • Constructor Details

  • Method Details

    • getResourcePidIterator

      protected Iterator<ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId> getResourcePidIterator()
      Specified by:
      getResourcePidIterator in class ca.uhn.fhir.jpa.bulk.export.job.BaseBulkItemReader