Class BulkExportJobCloser

java.lang.Object
ca.uhn.fhir.jpa.bulk.export.job.BulkExportJobCloser
All Implemented Interfaces:
org.springframework.batch.core.step.tasklet.Tasklet

public class BulkExportJobCloser extends Object implements org.springframework.batch.core.step.tasklet.Tasklet
Will run before and after a job to set the status to whatever is appropriate.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.batch.repeat.RepeatStatus
    execute(org.springframework.batch.core.StepContribution theStepContribution, org.springframework.batch.core.scope.context.ChunkContext theChunkContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • execute

      public org.springframework.batch.repeat.RepeatStatus execute(org.springframework.batch.core.StepContribution theStepContribution, org.springframework.batch.core.scope.context.ChunkContext theChunkContext)
      Specified by:
      execute in interface org.springframework.batch.core.step.tasklet.Tasklet