Package ca.uhn.fhir.jpa.search.reindex
Interface IInstanceReindexService
- All Known Implementing Classes:
InstanceReindexServiceImpl
public interface IInstanceReindexService
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseParameters
reindex
(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theResourceId) Perform a reindex on a single resource and return details about what changedorg.hl7.fhir.instance.model.api.IBaseParameters
reindexDryRun
(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theResourceId, Set<String> theParameters) Simulate a reindex and return the details about what would change
-
Method Details
-
reindexDryRun
org.hl7.fhir.instance.model.api.IBaseParameters reindexDryRun(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theResourceId, @Nullable Set<String> theParameters) Simulate a reindex and return the details about what would change -
reindex
org.hl7.fhir.instance.model.api.IBaseParameters reindex(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theResourceId) Perform a reindex on a single resource and return details about what changed
-