Uses of Class
ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobFileJson
-
Uses of BulkImportJobFileJson in ca.uhn.fhir.jpa.bulk.imprt.api
Modifier and TypeMethodDescriptionFetch a given file by job IDModifier and TypeMethodDescriptionvoid
IBulkDataImportSvc.addFilesToJob
(String theJobId, List<BulkImportJobFileJson> theFiles) Add more files to a job inSTAGING
stateIBulkDataImportSvc.createNewJob
(BulkImportJobJson theJobDescription, List<BulkImportJobFileJson> theInitialFiles) Create a new job inSTAGING
state (meaning it won't yet be worked on and can be added to) -
Uses of BulkImportJobFileJson in ca.uhn.fhir.jpa.bulk.imprt.model
Modifier and TypeMethodDescriptionBulkImportJobFileJson.setContents
(String theContents) BulkImportJobFileJson.setTenantName
(String theTenantName)