Class SystemExportPartitionMapper

  • All Implemented Interfaces:
    javax.batch.api.partition.PartitionMapper

    @Dependent
    public class SystemExportPartitionMapper
    extends Object
    implements javax.batch.api.partition.PartitionMapper
    Generates the PartitionPlan describing how the system export work is broken into pieces. Each resource type extracted from the fhirResourceType property is allocated to a partition.
    • Field Detail

      • stepCtx

        @Inject
        javax.batch.runtime.context.StepContext stepCtx
      • jobCtx

        @Inject
        javax.batch.runtime.context.JobContext jobCtx
    • Constructor Detail

      • SystemExportPartitionMapper

        public SystemExportPartitionMapper()
    • Method Detail

      • mapPartitions

        public javax.batch.api.partition.PartitionPlan mapPartitions()
                                                              throws Exception
        Specified by:
        mapPartitions in interface javax.batch.api.partition.PartitionMapper
        Throws:
        Exception