Uses of Enum
ca.uhn.fhir.jpa.bulk.export.model.BulkExportJobStatusEnum
Packages that use BulkExportJobStatusEnum
-
Uses of BulkExportJobStatusEnum in ca.uhn.fhir.jpa.bulk.export.api
Methods in ca.uhn.fhir.jpa.bulk.export.api that return BulkExportJobStatusEnumMethods in ca.uhn.fhir.jpa.bulk.export.api with parameters of type BulkExportJobStatusEnumModifier and TypeMethodDescriptionIBulkDataExportSvc.JobInfo.setStatus(BulkExportJobStatusEnum theStatus) -
Uses of BulkExportJobStatusEnum in ca.uhn.fhir.jpa.bulk.export.model
Methods in ca.uhn.fhir.jpa.bulk.export.model that return BulkExportJobStatusEnumModifier and TypeMethodDescriptionstatic BulkExportJobStatusEnumBulkExportJobStatusEnum.fromBatchStatus(org.springframework.batch.core.BatchStatus status)static BulkExportJobStatusEnumReturns the enum constant of this type with the specified name.static BulkExportJobStatusEnum[]BulkExportJobStatusEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.