Package ca.uhn.fhir.jpa.dao.r5
Class FhirSystemDaoR5
java.lang.Object
ca.uhn.fhir.jpa.dao.BaseStorageDao
ca.uhn.fhir.jpa.dao.BaseHapiFhirSystemDao<org.hl7.fhir.r5.model.Bundle,org.hl7.fhir.r5.model.Meta>
ca.uhn.fhir.jpa.dao.r5.FhirSystemDaoR5
- All Implemented Interfaces:
IDao,IFhirSystemDao<org.hl7.fhir.r5.model.Bundle,org.hl7.fhir.r5.model.Meta>
public class FhirSystemDaoR5
extends BaseHapiFhirSystemDao<org.hl7.fhir.r5.model.Bundle,org.hl7.fhir.r5.model.Meta>
-
Field Summary
Fields inherited from class ca.uhn.fhir.jpa.dao.BaseHapiFhirSystemDao
EMPTY_PREDICATE_ARRAY, myEntityManager, myResourceCountsCacheFields inherited from class ca.uhn.fhir.jpa.dao.BaseStorageDao
MESSAGE_KEY_DELETE_RESOURCE_ALREADY_DELETED, MESSAGE_KEY_DELETE_RESOURCE_NOT_EXISTING, myDaoRegistry, myFhirContext, myResourceVersionSvc, mySearchParamRegistry, myStorageSettings, OO_SEVERITY_ERROR, OO_SEVERITY_INFO, OO_SEVERITY_WARNFields inherited from interface ca.uhn.fhir.jpa.api.dao.IDao
CURRENTLY_REINDEXING, RESOURCE_PID, RESOURCE_PID_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.r5.model.MetametaGetOperation(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) org.hl7.fhir.instance.model.api.IBaseBundleprocessMessage(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseBundle theMessage) protected org.hl7.fhir.r5.model.MetatoMeta(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, transactionNestedMethods inherited from class ca.uhn.fhir.jpa.dao.BaseStorageDao
clearRequestAsProcessingSubRequest, createErrorOperationOutcome, createInfoOperationOutcome, createInfoOperationOutcome, createMethodOutcomeForResourceId, createOperationOutcome, createResourceGoneException, doCallHooks, extractReferencesToAutoVersion, markRequestAsProcessingSubRequest, populateOperationOutcomeForUpdate, preProcessResourceForStorage, preProcessResourceForStorage, setSearchParamRegistry, toMethodOutcome, toMethodOutcomeLazy, translateRawParameters
-
Constructor Details
-
FhirSystemDaoR5
public FhirSystemDaoR5()
-
-
Method Details
-
metaGetOperation
public org.hl7.fhir.r5.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
-