
Package ca.uhn.fhir.jpa.reindex
Class ResourceReindexSvcImpl
java.lang.Object
ca.uhn.fhir.jpa.reindex.ResourceReindexSvcImpl
- All Implemented Interfaces:
ca.uhn.fhir.jpa.api.svc.IResourceReindexSvc
public class ResourceReindexSvcImpl
extends Object
implements ca.uhn.fhir.jpa.api.svc.IResourceReindexSvc
-
Nested Class Summary
Nested classes/interfaces inherited from interface ca.uhn.fhir.jpa.api.svc.IResourceReindexSvc
ca.uhn.fhir.jpa.api.svc.IResourceReindexSvc.IdChunk
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.jpa.api.svc.IResourceReindexSvc.IdChunk
fetchResourceIdsPage
(Date theStart, Date theEnd, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, String theUrl) boolean
-
Constructor Details
-
ResourceReindexSvcImpl
public ResourceReindexSvcImpl()
-
-
Method Details
-
isAllResourceTypeSupported
- Specified by:
isAllResourceTypeSupported
in interfaceca.uhn.fhir.jpa.api.svc.IResourceReindexSvc
-
fetchResourceIdsPage
@Transactional public ca.uhn.fhir.jpa.api.svc.IResourceReindexSvc.IdChunk fetchResourceIdsPage(Date theStart, Date theEnd, @Nullable ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, @Nullable String theUrl) - Specified by:
fetchResourceIdsPage
in interfaceca.uhn.fhir.jpa.api.svc.IResourceReindexSvc
-