Class ChunkReader
- java.lang.Object
-
- javax.batch.api.chunk.AbstractItemReader
-
- org.linuxforhealth.fhir.bulkdata.jbatch.export.patient.ChunkReader
-
- org.linuxforhealth.fhir.bulkdata.jbatch.export.group.ChunkReader
-
- All Implemented Interfaces:
javax.batch.api.chunk.ItemReader
@Dependent public class ChunkReader extends ChunkReader
BulkData Group Export ChunkReader
-
-
Field Summary
Fields Modifier and Type Field Description (package private) javax.batch.runtime.context.JobContext
jobCtx
(package private) javax.batch.runtime.context.StepContext
stepCtx
-
Fields inherited from class org.linuxforhealth.fhir.bulkdata.jbatch.export.patient.ChunkReader
pageNum, pageSize, resourceType, searchParametersForResoureTypes
-
-
Constructor Summary
Constructors Constructor Description ChunkReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
readItem()
-
Methods inherited from class org.linuxforhealth.fhir.bulkdata.jbatch.export.patient.ChunkReader
checkpointInfo, close, getPersistence, open
-
-
-
-
Method Detail
-
readItem
public java.lang.Object readItem() throws java.lang.Exception
- Specified by:
readItem
in interfacejavax.batch.api.chunk.ItemReader
- Overrides:
readItem
in classChunkReader
- Throws:
java.lang.Exception
-
-