Uses of Class
ca.uhn.fhir.batch2.model.JobWorkCursor
Packages that use JobWorkCursor
Package
Description
This package contains the APIs used in the Batch2 framework.
-
Uses of JobWorkCursor in ca.uhn.fhir.batch2.api
Methods in ca.uhn.fhir.batch2.api with parameters of type JobWorkCursorModifier and TypeMethodDescriptionvoidIReductionStepExecutorService.triggerReductionStep(String theInstanceId, JobWorkCursor<?, ?, ?> theJobWorkCursor) -
Uses of JobWorkCursor in ca.uhn.fhir.batch2.coordinator
Methods in ca.uhn.fhir.batch2.coordinator with parameters of type JobWorkCursorModifier and TypeMethodDescription<PT extends ca.uhn.fhir.model.api.IModelJson,IT extends ca.uhn.fhir.model.api.IModelJson, OT extends ca.uhn.fhir.model.api.IModelJson>
JobStepExecutorOutput<PT,IT, OT> WorkChunkProcessor.doExecution(JobWorkCursor<PT, IT, OT> theCursor, JobInstance theInstance, WorkChunk theWorkChunk) Execute the work chunk.protected <PT extends ca.uhn.fhir.model.api.IModelJson,IT extends ca.uhn.fhir.model.api.IModelJson, OT extends ca.uhn.fhir.model.api.IModelJson>
ca.uhn.fhir.batch2.coordinator.BaseDataSink<PT,IT, OT> WorkChunkProcessor.getDataSink(JobWorkCursor<PT, IT, OT> theCursor, JobDefinition<PT> theJobDefinition, String theInstanceId) Get the correct datasink for the cursor/job provided.<PT extends ca.uhn.fhir.model.api.IModelJson,IT extends ca.uhn.fhir.model.api.IModelJson, OT extends ca.uhn.fhir.model.api.IModelJson>
JobStepExecutor<PT,IT, OT> JobStepExecutorFactory.newJobStepExecutor(JobInstance theInstance, WorkChunk theWorkChunk, JobWorkCursor<PT, IT, OT> theCursor) voidReductionStepExecutorServiceImpl.triggerReductionStep(String theInstanceId, JobWorkCursor<?, ?, ?> theJobWorkCursor) Constructors in ca.uhn.fhir.batch2.coordinator with parameters of type JobWorkCursorModifierConstructorDescriptionReductionStepDataSink(String theInstanceId, JobWorkCursor<PT, IT, OT> theJobWorkCursor, IJobPersistence thePersistence, JobDefinitionRegistry theJobDefinitionRegistry) -
Uses of JobWorkCursor in ca.uhn.fhir.batch2.model
Methods in ca.uhn.fhir.batch2.model that return JobWorkCursorModifier and TypeMethodDescriptionJobWorkCursor.asFinalCursor()static <PT extends ca.uhn.fhir.model.api.IModelJson>
JobWorkCursor<PT,?, ?> JobWorkCursor.fromJobDefinitionAndRequestedStepId(JobDefinition<PT> theJobDefinition, String theRequestedStepId)