
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
ConstructorsConstructorDescriptionConstructorJpaConformanceProviderDstu3(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.CapabilityStatementgetServerConformance(jakarta.servlet.http.HttpServletRequest theRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) booleanprotected voidmassage(org.hl7.fhir.dstu3.model.CapabilityStatement theStatement) Subclasses may overrideprotected booleansearchParamEnabled(String theSearchParam) voidsetImplementationDescription(String theImplDesc) voidsetIncludeResourceCounts(boolean theIncludeResourceCounts) voidsetRestfulServer(ca.uhn.fhir.rest.server.RestfulServer theRestfulServer) voidsetSearchParamRegistry(ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry) voidsetStorageSettings(JpaStorageSettings theStorageSettings) voidsetSystemDao(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, setPublisherMethods inherited from class ca.uhn.fhir.rest.server.util.BaseServerCapabilityStatementProvider
getServerConfigurationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getServerConformancein interfaceca.uhn.fhir.rest.server.IServerConformanceProvider<org.hl7.fhir.dstu3.model.CapabilityStatement>- Overrides:
getServerConformancein classorg.hl7.fhir.dstu3.hapi.rest.server.ServerCapabilityStatementProvider
-
searchParamEnabled
-
isIncludeResourceCounts
-
setIncludeResourceCounts
-
massage
Subclasses may override -
setStorageSettings
-
setImplementationDescription
-
setRestfulServer
- Specified by:
setRestfulServerin interfaceca.uhn.fhir.rest.server.IServerConformanceProvider<org.hl7.fhir.dstu3.model.CapabilityStatement>- Overrides:
setRestfulServerin 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)
-