Package ca.uhn.fhir.jpa.bulk.export.job
Class CreateBulkExportEntityTasklet
java.lang.Object
ca.uhn.fhir.jpa.bulk.export.job.CreateBulkExportEntityTasklet
- All Implemented Interfaces:
org.springframework.batch.core.step.tasklet.Tasklet
public class CreateBulkExportEntityTasklet
extends Object
implements org.springframework.batch.core.step.tasklet.Tasklet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddUUIDToJobContext(org.springframework.batch.core.scope.context.ChunkContext theChunkContext, String theJobUUID)org.springframework.batch.repeat.RepeatStatusexecute(org.springframework.batch.core.StepContribution theStepContribution, org.springframework.batch.core.scope.context.ChunkContext theChunkContext)
-
Constructor Details
-
CreateBulkExportEntityTasklet
public CreateBulkExportEntityTasklet()
-
-
Method Details
-
addUUIDToJobContext
public static void addUUIDToJobContext(org.springframework.batch.core.scope.context.ChunkContext theChunkContext, String theJobUUID) -
execute
public org.springframework.batch.repeat.RepeatStatus execute(org.springframework.batch.core.StepContribution theStepContribution, org.springframework.batch.core.scope.context.ChunkContext theChunkContext) throws Exception- Specified by:
executein interfaceorg.springframework.batch.core.step.tasklet.Tasklet- Throws:
Exception
-