Uses of Interface
ca.uhn.fhir.batch2.api.IJobStepWorker
Packages that use IJobStepWorker
Package
Description
This package contains the APIs used in the Batch2 framework.
-
Uses of IJobStepWorker in ca.uhn.fhir.batch2.api
Subinterfaces of IJobStepWorker in ca.uhn.fhir.batch2.apiModifier and TypeInterfaceDescriptioninterfaceIFirstJobStepWorker<PT extends ca.uhn.fhir.model.api.IModelJson,OT extends ca.uhn.fhir.model.api.IModelJson> interfaceILastJobStepWorker<PT extends ca.uhn.fhir.model.api.IModelJson,IT extends ca.uhn.fhir.model.api.IModelJson> interfaceIReductionStepWorker<PT extends ca.uhn.fhir.model.api.IModelJson,IT extends ca.uhn.fhir.model.api.IModelJson, OT extends ca.uhn.fhir.model.api.IModelJson> Reduction step worker. -
Uses of IJobStepWorker in ca.uhn.fhir.batch2.jobs.step
Classes in ca.uhn.fhir.batch2.jobs.step that implement IJobStepWorkerModifier and TypeClassDescriptionclassGenerateRangeChunksStep<PT extends PartitionedUrlJobParameters>classLoadIdsStep<PT extends PartitionedUrlJobParameters>classResourceIdListStep<PT extends PartitionedUrlJobParameters> -
Uses of IJobStepWorker in ca.uhn.fhir.batch2.model
Fields in ca.uhn.fhir.batch2.model declared as IJobStepWorkerModifier and TypeFieldDescriptionprotected final IJobStepWorker<PT,IT, OT> JobDefinitionStep.myJobStepWorkerMethods in ca.uhn.fhir.batch2.model that return IJobStepWorkerMethods in ca.uhn.fhir.batch2.model with parameters of type IJobStepWorkerModifier 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.<OT extends ca.uhn.fhir.model.api.IModelJson>
JobDefinition.Builder<PT,OT> JobDefinition.Builder.addIntermediateStep(String theStepId, String theStepDescription, Class<OT> theOutputType, IJobStepWorker<PT, NIT, 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.Constructors in ca.uhn.fhir.batch2.model with parameters of type IJobStepWorker