Uses of Class
ca.uhn.fhir.batch2.api.StepExecutionDetails
Packages that use StepExecutionDetails
Package
Description
This package contains the APIs used in the Batch2 framework.
-
Uses of StepExecutionDetails in ca.uhn.fhir.batch2.api
Methods in ca.uhn.fhir.batch2.api that return StepExecutionDetailsModifier and TypeMethodDescriptionstatic <P1 extends ca.uhn.fhir.model.api.IModelJson,I1 extends ca.uhn.fhir.model.api.IModelJson>
StepExecutionDetails<P1,I1> StepExecutionDetails.createReductionStepDetails(P1 theParameters, I1 theIntermediateParams, JobInstance theInstance) Create and returns a step execution details for a reduction jobMethods in ca.uhn.fhir.batch2.api with parameters of type StepExecutionDetailsModifier and TypeMethodDescriptionIJobStepWorker.run(StepExecutionDetails<PT, IT> theStepExecutionDetails, IJobDataSink<OT> theDataSink) Executes a step -
Uses of StepExecutionDetails in ca.uhn.fhir.batch2.jobs.step
Methods in ca.uhn.fhir.batch2.jobs.step with parameters of type StepExecutionDetailsModifier and TypeMethodDescriptionGenerateRangeChunksStep.run(StepExecutionDetails<PT, VoidModel> theStepExecutionDetails, IJobDataSink<ChunkRangeJson> theDataSink) LoadIdsStep.run(StepExecutionDetails<PT, ChunkRangeJson> theStepExecutionDetails, IJobDataSink<ResourceIdListWorkChunkJson> theDataSink) ResourceIdListStep.run(StepExecutionDetails<PT, ChunkRangeJson> theStepExecutionDetails, IJobDataSink<ResourceIdListWorkChunkJson> theDataSink)