
Uses of Class
ca.uhn.fhir.jpa.entity.BulkExportJobEntity
Packages that use BulkExportJobEntity
-
Uses of BulkExportJobEntity in ca.uhn.fhir.jpa.dao.data
Methods in ca.uhn.fhir.jpa.dao.data that return types with arguments of type BulkExportJobEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Slice<BulkExportJobEntity>
IBulkExportJobDao.findByExpiry
(org.springframework.data.domain.Pageable thePage, Date theCutoff) IBulkExportJobDao.findByJobId
(String theUuid) org.springframework.data.domain.Slice<BulkExportJobEntity>
IBulkExportJobDao.findByStatus
(org.springframework.data.domain.Pageable thePage, BulkExportJobStatusEnum theSubmitted) org.springframework.data.domain.Slice<BulkExportJobEntity>
IBulkExportJobDao.findExistingJob
(org.springframework.data.domain.Pageable thePage, String theRequest, Date theCreatedAfter, BulkExportJobStatusEnum theNotStatus) org.springframework.data.domain.Slice<BulkExportJobEntity>
IBulkExportJobDao.findNotRunningByExpiry
(org.springframework.data.domain.Pageable thePage, Date theCutoff) -
Uses of BulkExportJobEntity in ca.uhn.fhir.jpa.entity
Methods in ca.uhn.fhir.jpa.entity with parameters of type BulkExportJobEntityModifier and TypeMethodDescriptionvoid
BulkExportCollectionEntity.setJob
(BulkExportJobEntity theJob) Deprecated.