Class BatchContextAdapter
- java.lang.Object
-
- org.linuxforhealth.fhir.bulkdata.jbatch.context.BatchContextAdapter
-
public class BatchContextAdapter extends java.lang.Object
Adapts the JobContext or the StepContext
-
-
Constructor Summary
Constructors Constructor Description BatchContextAdapter(java.util.Properties props)
BatchContextAdapter(javax.batch.runtime.context.JobContext jobCtx)
BatchContextAdapter(javax.batch.runtime.context.StepContext stepCtx)
-
Method Summary
-
-
-
Method Detail
-
getStepContextForExportPartitionMapper
public BulkDataContext getStepContextForExportPartitionMapper()
-
getStepContextForSystemChunkReader
public BulkDataContext getStepContextForSystemChunkReader()
-
getStepContextForPatientChunkReader
public BulkDataContext getStepContextForPatientChunkReader()
-
getStepContextForGroupChunkReader
public BulkDataContext getStepContextForGroupChunkReader()
-
getJobContextForExportJobListener
public BulkDataContext getJobContextForExportJobListener()
-
getStepContextForSystemChunkWriter
public BulkDataContext getStepContextForSystemChunkWriter()
-
getStepContextForFastResourceWriter
public BulkDataContext getStepContextForFastResourceWriter()
-
getStepContextForImportChunkReader
public BulkDataContext getStepContextForImportChunkReader()
-
getStepContextForImportChunkWriter
public BulkDataContext getStepContextForImportChunkWriter()
-
getStepContextForPartitionMapperForImport
public BulkDataContext getStepContextForPartitionMapperForImport()
-
getStepContextForImportPartitionCollector
public BulkDataContext getStepContextForImportPartitionCollector()
-
getImportJobListener
public BulkDataContext getImportJobListener()
-
-