Package ca.uhn.fhir.jpa.reindex
Class Batch2DaoSvcImpl
java.lang.Object
ca.uhn.fhir.jpa.reindex.Batch2DaoSvcImpl
- All Implemented Interfaces:
IBatch2DaoSvc
-
Constructor Summary
ConstructorsConstructorDescriptionBatch2DaoSvcImpl(IResourceTableDao theResourceTableDao, MatchUrlService theMatchUrlService, DaoRegistry theDaoRegistry, ca.uhn.fhir.context.FhirContext theFhirContext, IHapiTransactionService theTransactionService, JpaStorageSettings theJpaStorageSettings) -
Method Summary
Modifier and TypeMethodDescriptionfetchResourceIdsPage(Date theStart, Date theEnd, RequestPartitionId theRequestPartitionId, String theUrl) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.fhir.jpa.api.svc.IBatch2DaoSvc
fetchResourceIdsPage
-
Constructor Details
-
Batch2DaoSvcImpl
public Batch2DaoSvcImpl(IResourceTableDao theResourceTableDao, MatchUrlService theMatchUrlService, DaoRegistry theDaoRegistry, ca.uhn.fhir.context.FhirContext theFhirContext, IHapiTransactionService theTransactionService, JpaStorageSettings theJpaStorageSettings)
-
-
Method Details
-
isAllResourceTypeSupported
- Specified by:
isAllResourceTypeSupportedin interfaceIBatch2DaoSvc
-
fetchResourceIdsPage
public IResourcePidList fetchResourceIdsPage(Date theStart, Date theEnd, @Nullable RequestPartitionId theRequestPartitionId, @Nullable String theUrl) - Specified by:
fetchResourceIdsPagein interfaceIBatch2DaoSvc
-