Package ca.uhn.fhir.jpa.provider
Class JpaConformanceProviderDstu2
java.lang.Object
ca.uhn.fhir.rest.server.util.BaseServerCapabilityStatementProvider
ca.uhn.fhir.rest.server.provider.dstu2.ServerConformanceProvider
ca.uhn.fhir.jpa.provider.JpaConformanceProviderDstu2
- All Implemented Interfaces:
ca.uhn.fhir.rest.server.IServerConformanceProvider<ca.uhn.fhir.model.dstu2.resource.Conformance>
public class JpaConformanceProviderDstu2
extends ca.uhn.fhir.rest.server.provider.dstu2.ServerConformanceProvider
-
Constructor Summary
ConstructorDescriptionConstructorJpaConformanceProviderDstu2
(ca.uhn.fhir.rest.server.RestfulServer theRestfulServer, IFhirSystemDao<ca.uhn.fhir.model.dstu2.resource.Bundle, ca.uhn.fhir.model.dstu2.composite.MetaDt> theSystemDao, JpaStorageSettings theStorageSettings) Constructor -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.model.dstu2.resource.Conformance
getServerConformance
(jakarta.servlet.http.HttpServletRequest theRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) boolean
void
setImplementationDescription
(String theImplDesc) void
setIncludeResourceCounts
(boolean theIncludeResourceCounts) void
setRestfulServer
(ca.uhn.fhir.rest.server.RestfulServer theRestfulServer) void
setStorageSettings
(JpaStorageSettings theStorageSettings) void
setSystemDao
(IFhirSystemDao<ca.uhn.fhir.model.dstu2.resource.Bundle, ca.uhn.fhir.model.dstu2.composite.MetaDt> mySystemDao) Methods inherited from class ca.uhn.fhir.rest.server.provider.dstu2.ServerConformanceProvider
getPublisher, readOperationDefinition, setCache, setPublisher
Methods inherited from class ca.uhn.fhir.rest.server.util.BaseServerCapabilityStatementProvider
getServerConfiguration
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.rest.server.IServerConformanceProvider
readOperationDefinition
-
Constructor Details
-
JpaConformanceProviderDstu2
public JpaConformanceProviderDstu2()Constructor -
JpaConformanceProviderDstu2
public JpaConformanceProviderDstu2(ca.uhn.fhir.rest.server.RestfulServer theRestfulServer, IFhirSystemDao<ca.uhn.fhir.model.dstu2.resource.Bundle, ca.uhn.fhir.model.dstu2.composite.MetaDt> theSystemDao, JpaStorageSettings theStorageSettings) Constructor
-
-
Method Details
-
getServerConformance
public ca.uhn.fhir.model.dstu2.resource.Conformance getServerConformance(jakarta.servlet.http.HttpServletRequest theRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) - Specified by:
getServerConformance
in interfaceca.uhn.fhir.rest.server.IServerConformanceProvider<ca.uhn.fhir.model.dstu2.resource.Conformance>
- Overrides:
getServerConformance
in classca.uhn.fhir.rest.server.provider.dstu2.ServerConformanceProvider
-
isIncludeResourceCounts
-
setStorageSettings
-
setImplementationDescription
-
setIncludeResourceCounts
-
setRestfulServer
- Specified by:
setRestfulServer
in interfaceca.uhn.fhir.rest.server.IServerConformanceProvider<ca.uhn.fhir.model.dstu2.resource.Conformance>
- Overrides:
setRestfulServer
in classca.uhn.fhir.rest.server.provider.dstu2.ServerConformanceProvider
-
setSystemDao
public void setSystemDao(IFhirSystemDao<ca.uhn.fhir.model.dstu2.resource.Bundle, ca.uhn.fhir.model.dstu2.composite.MetaDt> mySystemDao)
-