Uses of Class
ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobJson
Packages that use BulkImportJobJson
-
Uses of BulkImportJobJson in ca.uhn.fhir.jpa.bulk.imprt.api
Methods in ca.uhn.fhir.jpa.bulk.imprt.api that return BulkImportJobJsonModifier and TypeMethodDescriptionGets the number of files available for a given Job IDMethods in ca.uhn.fhir.jpa.bulk.imprt.api with parameters of type BulkImportJobJsonModifier and TypeMethodDescriptionIBulkDataImportSvc.createNewJob(BulkImportJobJson theJobDescription, List<BulkImportJobFileJson> theInitialFiles)Create a new job inSTAGINGstate (meaning it won't yet be worked on and can be added to) -
Uses of BulkImportJobJson in ca.uhn.fhir.jpa.bulk.imprt.model
Methods in ca.uhn.fhir.jpa.bulk.imprt.model that return BulkImportJobJsonModifier and TypeMethodDescriptionBulkImportJobJson.setBatchSize(int theBatchSize)BulkImportJobJson.setFileCount(int theFileCount)BulkImportJobJson.setJobDescription(String theJobDescription)BulkImportJobJson.setProcessingMode(JobFileRowProcessingModeEnum theProcessingMode)