Package ca.uhn.fhir.jpa.provider.dstu3
Class JpaConformanceProviderDstu3
java.lang.Object
ca.uhn.fhir.rest.server.util.BaseServerCapabilityStatementProvider
org.hl7.fhir.dstu3.hapi.rest.server.ServerCapabilityStatementProvider
ca.uhn.fhir.jpa.provider.dstu3.JpaConformanceProviderDstu3
- All Implemented Interfaces:
ca.uhn.fhir.rest.server.IServerConformanceProvider<org.hl7.fhir.dstu3.model.CapabilityStatement>
public class JpaConformanceProviderDstu3
extends org.hl7.fhir.dstu3.hapi.rest.server.ServerCapabilityStatementProvider
-
Constructor Summary
ConstructorDescriptionConstructorJpaConformanceProviderDstu3
(ca.uhn.fhir.rest.server.RestfulServer theRestfulServer, IFhirSystemDao<org.hl7.fhir.dstu3.model.Bundle, org.hl7.fhir.dstu3.model.Meta> theSystemDao, JpaStorageSettings theStorageSettings, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry) Constructor -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.dstu3.model.CapabilityStatement
getServerConformance
(jakarta.servlet.http.HttpServletRequest theRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) boolean
protected void
massage
(org.hl7.fhir.dstu3.model.CapabilityStatement theStatement) Subclasses may overrideprotected boolean
searchParamEnabled
(String theSearchParam) void
setImplementationDescription
(String theImplDesc) void
setIncludeResourceCounts
(boolean theIncludeResourceCounts) void
setRestfulServer
(ca.uhn.fhir.rest.server.RestfulServer theRestfulServer) void
setSearchParamRegistry
(ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry) void
setStorageSettings
(JpaStorageSettings theStorageSettings) void
setSystemDao
(IFhirSystemDao<org.hl7.fhir.dstu3.model.Bundle, org.hl7.fhir.dstu3.model.Meta> mySystemDao) Methods inherited from class org.hl7.fhir.dstu3.hapi.rest.server.ServerCapabilityStatementProvider
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
-
JpaConformanceProviderDstu3
public JpaConformanceProviderDstu3()Constructor -
JpaConformanceProviderDstu3
public JpaConformanceProviderDstu3(ca.uhn.fhir.rest.server.RestfulServer theRestfulServer, IFhirSystemDao<org.hl7.fhir.dstu3.model.Bundle, org.hl7.fhir.dstu3.model.Meta> theSystemDao, JpaStorageSettings theStorageSettings, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry) Constructor
-
-
Method Details
-
setSearchParamRegistry
public void setSearchParamRegistry(ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry) -
getServerConformance
public org.hl7.fhir.dstu3.model.CapabilityStatement getServerConformance(jakarta.servlet.http.HttpServletRequest theRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) - Specified by:
getServerConformance
in interfaceca.uhn.fhir.rest.server.IServerConformanceProvider<org.hl7.fhir.dstu3.model.CapabilityStatement>
- Overrides:
getServerConformance
in classorg.hl7.fhir.dstu3.hapi.rest.server.ServerCapabilityStatementProvider
-
searchParamEnabled
-
isIncludeResourceCounts
-
setIncludeResourceCounts
-
massage
Subclasses may override -
setStorageSettings
-
setImplementationDescription
-
setRestfulServer
- Specified by:
setRestfulServer
in interfaceca.uhn.fhir.rest.server.IServerConformanceProvider<org.hl7.fhir.dstu3.model.CapabilityStatement>
- Overrides:
setRestfulServer
in classorg.hl7.fhir.dstu3.hapi.rest.server.ServerCapabilityStatementProvider
-
setSystemDao
public void setSystemDao(IFhirSystemDao<org.hl7.fhir.dstu3.model.Bundle, org.hl7.fhir.dstu3.model.Meta> mySystemDao)
-