Package ca.uhn.fhir.jpa.dao.r4
Class FhirSystemDaoR4
java.lang.Object
ca.uhn.fhir.jpa.dao.BaseStorageDao
ca.uhn.fhir.jpa.dao.BaseHapiFhirSystemDao<org.hl7.fhir.r4.model.Bundle,org.hl7.fhir.r4.model.Meta>
ca.uhn.fhir.jpa.dao.r4.FhirSystemDaoR4
- All Implemented Interfaces:
IDao
,IFhirSystemDao<org.hl7.fhir.r4.model.Bundle,
org.hl7.fhir.r4.model.Meta>
public class FhirSystemDaoR4
extends BaseHapiFhirSystemDao<org.hl7.fhir.r4.model.Bundle,org.hl7.fhir.r4.model.Meta>
-
Field Summary
Fields inherited from class ca.uhn.fhir.jpa.dao.BaseHapiFhirSystemDao
myEntityManager, myResourceCountsCache
Fields inherited from class ca.uhn.fhir.jpa.dao.BaseStorageDao
MESSAGE_KEY_DELETE_RESOURCE_ALREADY_DELETED, MESSAGE_KEY_DELETE_RESOURCE_NOT_EXISTING, myDaoRegistry, myFhirContext, myMetaTagSorter, myResourceVersionSvc, mySearchParamRegistry, myStorageSettings, OO_SEVERITY_ERROR, OO_SEVERITY_INFO, OO_SEVERITY_WARN
Fields inherited from interface ca.uhn.fhir.jpa.api.dao.IDao
CURRENTLY_REINDEXING, RESOURCE_PID, RESOURCE_PID_KEY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.Meta
metaGetOperation
(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) org.hl7.fhir.instance.model.api.IBaseBundle
processMessage
(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseBundle theMessage) protected org.hl7.fhir.r4.model.Meta
toMeta
(Collection<TagDefinition> tagDefinitions) Methods inherited from class ca.uhn.fhir.jpa.dao.BaseHapiFhirSystemDao
expunge, getContext, getInterceptorBroadcaster, getResourceCounts, getResourceCountsFromCache, getResourceName, getStorageSettings, history, preFetchResources, setStorageSettingsForUnitTest, setTransactionProcessorForUnitTest, transaction, transactionNested
Methods inherited from class ca.uhn.fhir.jpa.dao.BaseStorageDao
clearRequestAsProcessingSubRequest, createErrorOperationOutcome, createInfoOperationOutcome, createInfoOperationOutcome, createMethodOutcomeForResourceId, createOperationOutcome, createResourceGoneException, doCallHooks, extractReferencesToAutoVersion, markRequestAsProcessingSubRequest, populateOperationOutcomeForUpdate, preProcessResourceForStorage, preProcessResourceForStorage, setMyMetaTagSorter, setSearchParamRegistry, toMethodOutcome, toMethodOutcomeLazy, translateRawParameters
-
Constructor Details
-
FhirSystemDaoR4
public FhirSystemDaoR4()
-
-
Method Details
-
metaGetOperation
public org.hl7.fhir.r4.model.Meta metaGetOperation(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
processMessage
public org.hl7.fhir.instance.model.api.IBaseBundle processMessage(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseBundle theMessage) -
toMeta
-