Package ca.uhn.fhir.jpa.provider
Class BaseJpaSystemProvider<T,MT>
java.lang.Object
ca.uhn.fhir.jpa.provider.BaseJpaProvider
ca.uhn.fhir.jpa.provider.BaseStorageSystemProvider<T,MT>
ca.uhn.fhir.jpa.provider.BaseJpaSystemProvider<T,MT>
- All Implemented Interfaces:
IJpaSystemProvider
- Direct Known Subclasses:
JpaSystemProvider
public abstract class BaseJpaSystemProvider<T,MT>
extends BaseStorageSystemProvider<T,MT>
implements IJpaSystemProvider
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
static final String
Deprecated.static final String
Fields inherited from class ca.uhn.fhir.jpa.provider.BaseStorageSystemProvider
myDao
Fields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
myStorageSettings, REMOTE_ADDR, REMOTE_UA
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected IResourceReindexingSvc
ca.uhn.fhir.rest.api.server.IBundleProvider
historyServer
(jakarta.servlet.http.HttpServletRequest theRequest, Integer theOffset, Date theDate, ca.uhn.fhir.rest.param.DateRangeParam theAt, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) org.hl7.fhir.instance.model.api.IBaseParameters
reindexTerminology
(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Methods inherited from class ca.uhn.fhir.jpa.provider.BaseStorageSystemProvider
doExpunge, expunge, getDao, setDao
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
createExpungeOptions, createExpungeResponse, endRequest, endRequest, getContext, processSinceOrAt, setContext, setStorageSettingsForUnitTest, startRequest, startRequest
-
Field Details
-
RESP_PARAM_SUCCESS
- See Also:
-
MARK_ALL_RESOURCES_FOR_REINDEXING
Deprecated.- See Also:
-
PERFORM_REINDEXING_PASS
Deprecated.- See Also:
-
NL
-
-
Constructor Details
-
BaseJpaSystemProvider
public BaseJpaSystemProvider()
-
-
Method Details
-
getResourceReindexingSvc
-
historyServer
public ca.uhn.fhir.rest.api.server.IBundleProvider historyServer(jakarta.servlet.http.HttpServletRequest theRequest, Integer theOffset, Date theDate, ca.uhn.fhir.rest.param.DateRangeParam theAt, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
reindexTerminology
public org.hl7.fhir.instance.model.api.IBaseParameters reindexTerminology(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
-