Class BatchContextAdapter


  • public class BatchContextAdapter
    extends java.lang.Object
    Adapts the JobContext or the StepContext
    • Constructor Detail

      • BatchContextAdapter

        public BatchContextAdapter​(javax.batch.runtime.context.StepContext stepCtx)
      • BatchContextAdapter

        public BatchContextAdapter​(javax.batch.runtime.context.JobContext jobCtx)
      • BatchContextAdapter

        public BatchContextAdapter​(java.util.Properties props)
    • 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()