
Uses of Class
ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobFileJson
Packages that use BulkImportJobFileJson
-
Uses of BulkImportJobFileJson in ca.uhn.fhir.jpa.bulk.imprt.api
Methods in ca.uhn.fhir.jpa.bulk.imprt.api that return BulkImportJobFileJsonModifier and TypeMethodDescriptionFetch a given file by job IDMethod parameters in ca.uhn.fhir.jpa.bulk.imprt.api with type arguments of type BulkImportJobFileJsonModifier and TypeMethodDescriptionvoidIBulkDataImportSvc.addFilesToJob(String theJobId, List<BulkImportJobFileJson> theFiles) Add more files to a job inSTAGINGstateIBulkDataImportSvc.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 BulkImportJobFileJson in ca.uhn.fhir.jpa.bulk.imprt.model
Methods in ca.uhn.fhir.jpa.bulk.imprt.model that return BulkImportJobFileJsonModifier and TypeMethodDescriptionBulkImportJobFileJson.setContents(String theContents) BulkImportJobFileJson.setTenantName(String theTenantName)