
Package ca.uhn.fhir.jpa.bulk.export.api
Interface IBulkDataExportSvc
public interface IBulkDataExportSvc
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptiongetJobInfoOrThrowResourceNotFound
(String theJobId) Return a set of all resource types which contain search parameters which have Patient as a target.submitJob
(ca.uhn.fhir.rest.api.server.bulk.BulkDataExportOptions theBulkDataExportOptions) Deprecated.submitJob
(ca.uhn.fhir.rest.api.server.bulk.BulkDataExportOptions theBulkDataExportOptions, Boolean useCache, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
-
Method Details
-
submitJob
@Deprecated IBulkDataExportSvc.JobInfo submitJob(ca.uhn.fhir.rest.api.server.bulk.BulkDataExportOptions theBulkDataExportOptions) Deprecated.Deprecated - UsesubmitJob(BulkDataExportOptions, Boolean, RequestDetails)
instead -
submitJob
IBulkDataExportSvc.JobInfo submitJob(ca.uhn.fhir.rest.api.server.bulk.BulkDataExportOptions theBulkDataExportOptions, Boolean useCache, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
getJobInfoOrThrowResourceNotFound
-
getPatientCompartmentResources
Return a set of all resource types which contain search parameters which have Patient as a target.
-