Package ca.uhn.fhir.jpa.dao.r4b
Class FhirSystemDaoR4B
java.lang.Object
ca.uhn.fhir.jpa.dao.BaseStorageDao
ca.uhn.fhir.jpa.dao.BaseHapiFhirSystemDao<org.hl7.fhir.r4b.model.Bundle,org.hl7.fhir.r4b.model.Meta>
ca.uhn.fhir.jpa.dao.r4b.FhirSystemDaoR4B
- All Implemented Interfaces:
IDao
,IFhirSystemDao<org.hl7.fhir.r4b.model.Bundle,
org.hl7.fhir.r4b.model.Meta>
public class FhirSystemDaoR4B
extends BaseHapiFhirSystemDao<org.hl7.fhir.r4b.model.Bundle,org.hl7.fhir.r4b.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_ISSUE_CODE_INFORMATIONAL, 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.r4b.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.r4b.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
addIssueToOperationOutcomeForAutoCreatedPlaceholder, clearRequestAsProcessingSubRequest, createErrorOperationOutcome, createInfoOperationOutcome, createInfoOperationOutcome, createMethodOutcomeForResourceId, createOperationOutcome, createResourceGoneException, doCallHooks, extractReferencesToAutoVersion, extractReferencesToAvoidReplacement, markRequestAsProcessingSubRequest, populateOperationOutcomeForUpdate, preProcessResourceForStorage, preProcessResourceForStorage, setMyMetaTagSorter, setSearchParamRegistry, toMethodOutcome, toMethodOutcomeLazy, translateRawParameters
-
Constructor Details
-
FhirSystemDaoR4B
public FhirSystemDaoR4B()
-
-
Method Details
-
metaGetOperation
public org.hl7.fhir.r4b.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
-