Class ChunkReader
- java.lang.Object
 - 
- javax.batch.api.chunk.AbstractItemReader
 - 
- com.ibm.fhir.bulkdata.jbatch.export.patient.ChunkReader
 - 
- com.ibm.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.JobContextjobCtx(package private) javax.batch.runtime.context.StepContextstepCtx- 
Fields inherited from class com.ibm.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.ObjectreadItem()- 
Methods inherited from class com.ibm.fhir.bulkdata.jbatch.export.patient.ChunkReader
checkpointInfo, close, getPersistence, open 
 - 
 
 - 
 
- 
- 
Method Detail
- 
readItem
public java.lang.Object readItem() throws java.lang.Exception- Specified by:
 readItemin interfacejavax.batch.api.chunk.ItemReader- Overrides:
 readItemin classChunkReader- Throws:
 java.lang.Exception
 
 - 
 
 -