
Uses of Enum Class
ca.uhn.fhir.jpa.bulk.imprt.model.BulkImportJobStatusEnum
Packages that use BulkImportJobStatusEnum
-
Uses of BulkImportJobStatusEnum in ca.uhn.fhir.jpa.bulk.imprt.api
Methods in ca.uhn.fhir.jpa.bulk.imprt.api that return BulkImportJobStatusEnumMethods in ca.uhn.fhir.jpa.bulk.imprt.api with parameters of type BulkImportJobStatusEnumModifier and TypeMethodDescriptionvoidIBulkDataImportSvc.setJobToStatus(String theJobId, BulkImportJobStatusEnum theStatus) Updates the job status for the given jobvoidIBulkDataImportSvc.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
Methods in ca.uhn.fhir.jpa.bulk.imprt.model that return BulkImportJobStatusEnumModifier and TypeMethodDescriptionstatic BulkImportJobStatusEnumReturns the enum constant of this class with the specified name.static BulkImportJobStatusEnum[]BulkImportJobStatusEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.