Package ca.uhn.fhir.jpa.dao
Class FhirSystemDaoDstu2
java.lang.Object
ca.uhn.fhir.jpa.dao.BaseStorageDao
ca.uhn.fhir.jpa.dao.BaseHapiFhirSystemDao<ca.uhn.fhir.model.dstu2.resource.Bundle,ca.uhn.fhir.model.dstu2.composite.MetaDt>
ca.uhn.fhir.jpa.dao.FhirSystemDaoDstu2
- All Implemented Interfaces:
IDao,IFhirSystemDao<ca.uhn.fhir.model.dstu2.resource.Bundle,ca.uhn.fhir.model.dstu2.composite.MetaDt>
public class FhirSystemDaoDstu2
extends BaseHapiFhirSystemDao<ca.uhn.fhir.model.dstu2.resource.Bundle,ca.uhn.fhir.model.dstu2.composite.MetaDt>
-
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 TypeMethodDescriptionca.uhn.fhir.model.dstu2.composite.MetaDtmetaGetOperation(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 ca.uhn.fhir.model.dstu2.composite.MetaDttoMetaDt(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
-
FhirSystemDaoDstu2
public FhirSystemDaoDstu2()
-
-
Method Details
-
metaGetOperation
public ca.uhn.fhir.model.dstu2.composite.MetaDt metaGetOperation(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
toMetaDt
protected ca.uhn.fhir.model.dstu2.composite.MetaDt toMetaDt(Collection<TagDefinition> tagDefinitions) -
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)
-