
Package ca.uhn.fhir.jpa.provider.r5
Class JpaSystemProviderR5
- java.lang.Object
-
- ca.uhn.fhir.jpa.provider.BaseJpaProvider
-
- ca.uhn.fhir.jpa.provider.BaseJpaSystemProvider<T,MT>
-
- ca.uhn.fhir.jpa.provider.BaseJpaSystemProviderDstu2Plus<org.hl7.fhir.r5.model.Bundle,org.hl7.fhir.r5.model.Meta>
-
- ca.uhn.fhir.jpa.provider.r5.JpaSystemProviderR5
-
- All Implemented Interfaces:
IJpaSystemProvider
public class JpaSystemProviderR5 extends BaseJpaSystemProviderDstu2Plus<org.hl7.fhir.r5.model.Bundle,org.hl7.fhir.r5.model.Meta>
-
-
Field Summary
-
Fields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaSystemProvider
MARK_ALL_RESOURCES_FOR_REINDEXING, PERFORM_REINDEXING_PASS
-
Fields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
myDaoConfig, REMOTE_ADDR, REMOTE_UA
-
-
Constructor Summary
Constructors Constructor Description JpaSystemProviderR5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hl7.fhir.r5.model.Parameters
expunge(org.hl7.fhir.instance.model.api.IIdType theIdParam, org.hl7.fhir.r5.model.IntegerType theLimit, org.hl7.fhir.r5.model.BooleanType theExpungeDeletedResources, org.hl7.fhir.r5.model.BooleanType theExpungeOldVersions, org.hl7.fhir.r5.model.BooleanType theExpungeEverything, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
org.hl7.fhir.r5.model.Parameters
expunge(org.hl7.fhir.r5.model.IntegerType theLimit, org.hl7.fhir.r5.model.BooleanType theExpungeDeletedResources, org.hl7.fhir.r5.model.BooleanType theExpungeOldVersions, org.hl7.fhir.r5.model.BooleanType theExpungeEverything, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
org.hl7.fhir.r5.model.Parameters
getResourceCounts()
org.hl7.fhir.r5.model.Parameters
meta(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
org.hl7.fhir.instance.model.api.IBaseBundle
processMessage(javax.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.r5.model.Bundle theMessageToProcess)
/$process-messageorg.hl7.fhir.r5.model.Bundle
transaction(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.r5.model.Bundle theResources)
-
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaSystemProviderDstu2Plus
markAllResourcesForReindexing, performReindexingPass
-
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaSystemProvider
doExpunge, getDao, getResourceReindexingSvc, historyServer, setDao
-
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
createExpungeOptions, createExpungeResponse, endRequest, endRequest, getContext, processSinceOrAt, setContext, setDaoConfigForUnitTest, startRequest, startRequest
-
-
-
-
Constructor Detail
-
JpaSystemProviderR5
public JpaSystemProviderR5()
-
-
Method Detail
-
expunge
public org.hl7.fhir.r5.model.Parameters expunge(org.hl7.fhir.instance.model.api.IIdType theIdParam, org.hl7.fhir.r5.model.IntegerType theLimit, org.hl7.fhir.r5.model.BooleanType theExpungeDeletedResources, org.hl7.fhir.r5.model.BooleanType theExpungeOldVersions, org.hl7.fhir.r5.model.BooleanType theExpungeEverything, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
-
expunge
public org.hl7.fhir.r5.model.Parameters expunge(org.hl7.fhir.r5.model.IntegerType theLimit, org.hl7.fhir.r5.model.BooleanType theExpungeDeletedResources, org.hl7.fhir.r5.model.BooleanType theExpungeOldVersions, org.hl7.fhir.r5.model.BooleanType theExpungeEverything, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
-
getResourceCounts
public org.hl7.fhir.r5.model.Parameters getResourceCounts()
-
meta
public org.hl7.fhir.r5.model.Parameters meta(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
-
processMessage
public org.hl7.fhir.instance.model.api.IBaseBundle processMessage(javax.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.r5.model.Bundle theMessageToProcess)
/$process-message
-
transaction
public org.hl7.fhir.r5.model.Bundle transaction(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.r5.model.Bundle theResources)
-
-