Package ca.uhn.fhir.jpa.search.reindex
Class InstanceReindexServiceImpl
java.lang.Object
ca.uhn.fhir.jpa.search.reindex.InstanceReindexServiceImpl
- All Implemented Interfaces:
IInstanceReindexService
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
-
Constructor Summary
-
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
-
Field Details
-
myJpaStorageResourceParser
-
-
Constructor Details
-
InstanceReindexServiceImpl
public InstanceReindexServiceImpl()Constructor
-
-
Method Details
-
reindexDryRun
public 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) Description copied from interface:IInstanceReindexService
Simulate a reindex and return the details about what would change- Specified by:
reindexDryRun
in interfaceIInstanceReindexService
-
reindex
public org.hl7.fhir.instance.model.api.IBaseParameters reindex(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theResourceId) Description copied from interface:IInstanceReindexService
Perform a reindex on a single resource and return details about what changed- Specified by:
reindex
in interfaceIInstanceReindexService
-