Uses of Class
ca.uhn.fhir.batch2.api.VoidModel
Packages that use VoidModel
-
Uses of VoidModel in ca.uhn.fhir.batch2.jobs.step
Method parameters in ca.uhn.fhir.batch2.jobs.step with type arguments of type VoidModelModifier and TypeMethodDescriptionGenerateRangeChunksStep.run(StepExecutionDetails<PT, VoidModel> theStepExecutionDetails, IJobDataSink<ChunkRangeJson> theDataSink) -
Uses of VoidModel in ca.uhn.fhir.batch2.model
Methods in ca.uhn.fhir.batch2.model that return types with arguments of type VoidModelModifier and TypeMethodDescriptionJobDefinition.Builder.addLastStep(String theStepId, String theStepDescription, IJobStepWorker<PT, NIT, VoidModel> theStepWorker) Adds a processing step for this job.JobWorkCursor.asFinalCursor()static JobDefinition.Builder<ca.uhn.fhir.model.api.IModelJson,VoidModel> JobDefinition.newBuilder()Method parameters in ca.uhn.fhir.batch2.model with type arguments of type VoidModelModifier and TypeMethodDescription<OT extends ca.uhn.fhir.model.api.IModelJson>
JobDefinition.Builder<PT,OT> JobDefinition.Builder.addFirstStep(String theStepId, String theStepDescription, Class<OT> theOutputType, IJobStepWorker<PT, VoidModel, OT> theStepWorker) Adds a processing step for this job.JobDefinition.Builder.addLastStep(String theStepId, String theStepDescription, IJobStepWorker<PT, NIT, VoidModel> theStepWorker) Adds a processing step for this job.