Uses of Enum
ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobStatusEnum
-
Uses of BulkImportJobStatusEnum in ca.uhn.fhir.jpa.bulk.imprt.api
Modifier and TypeMethodDescriptionvoid
IBulkDataImportSvc.setJobToStatus
(String theJobId, BulkImportJobStatusEnum theStatus) Updates the job status for the given jobvoid
IBulkDataImportSvc.setJobToStatus
(String theJobId, BulkImportJobStatusEnum theStatus, String theStatusMessage) Updates the job status for the given jobIBulkDataImportSvc.JobInfo.setStatus
(BulkImportJobStatusEnum theStatus) -
Uses of BulkImportJobStatusEnum in ca.uhn.fhir.jpa.bulk.imprt.model
Modifier and TypeMethodDescriptionstatic BulkImportJobStatusEnum
Returns the enum constant of this type with the specified name.static BulkImportJobStatusEnum[]
BulkImportJobStatusEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.