Uses of Class
ca.uhn.fhir.batch2.api.RunOutcome
Packages that use RunOutcome
Package
Description
This package contains the APIs used in the Batch2 framework.
-
Uses of RunOutcome in ca.uhn.fhir.batch2.api
Fields in ca.uhn.fhir.batch2.api declared as RunOutcomeModifier and TypeFieldDescriptionstatic final RunOutcomeRunOutcome.SUCCESSRunOutcome with 0 records processedMethods in ca.uhn.fhir.batch2.api that return RunOutcomeModifier and TypeMethodDescriptionIJobStepWorker.run(StepExecutionDetails<PT, IT> theStepExecutionDetails, IJobDataSink<OT> theDataSink) Executes a step -
Uses of RunOutcome in ca.uhn.fhir.batch2.jobs.step
Methods in ca.uhn.fhir.batch2.jobs.step that return RunOutcomeModifier 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)