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

    Constructors
    Constructor
    Description
    Constructor
    JpaConformanceProviderDstu2(ca.uhn.fhir.rest.server.RestfulServer theRestfulServer, ca.uhn.fhir.jpa.api.dao.IFhirSystemDao<ca.uhn.fhir.model.dstu2.resource.Bundle,ca.uhn.fhir.model.dstu2.composite.MetaDt> theSystemDao, ca.uhn.fhir.jpa.api.config.DaoConfig theDaoConfig)
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    ca.uhn.fhir.model.dstu2.resource.Conformance
    getServerConformance(javax.servlet.http.HttpServletRequest theRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
     
    boolean
     
    void
    setDaoConfig(ca.uhn.fhir.jpa.api.config.DaoConfig myDaoConfig)
     
    void
     
    void
    setIncludeResourceCounts(boolean theIncludeResourceCounts)
     
    void
    setRestfulServer(ca.uhn.fhir.rest.server.RestfulServer theRestfulServer)
     
    void
    setSystemDao(ca.uhn.fhir.jpa.api.dao.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

      Constructor
    • JpaConformanceProviderDstu2

      public JpaConformanceProviderDstu2(ca.uhn.fhir.rest.server.RestfulServer theRestfulServer, ca.uhn.fhir.jpa.api.dao.IFhirSystemDao<ca.uhn.fhir.model.dstu2.resource.Bundle,ca.uhn.fhir.model.dstu2.composite.MetaDt> theSystemDao, ca.uhn.fhir.jpa.api.config.DaoConfig theDaoConfig)
      Constructor
  • Method Details

    • getServerConformance

      public ca.uhn.fhir.model.dstu2.resource.Conformance getServerConformance(javax.servlet.http.HttpServletRequest theRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
      Specified by:
      getServerConformance in interface ca.uhn.fhir.rest.server.IServerConformanceProvider<ca.uhn.fhir.model.dstu2.resource.Conformance>
      Overrides:
      getServerConformance in class ca.uhn.fhir.rest.server.provider.dstu2.ServerConformanceProvider
    • isIncludeResourceCounts

      public boolean isIncludeResourceCounts()
    • setDaoConfig

      public void setDaoConfig(ca.uhn.fhir.jpa.api.config.DaoConfig myDaoConfig)
    • setImplementationDescription

      public void setImplementationDescription(String theImplDesc)
    • setIncludeResourceCounts

      public void setIncludeResourceCounts(boolean theIncludeResourceCounts)
    • setRestfulServer

      public void setRestfulServer(ca.uhn.fhir.rest.server.RestfulServer theRestfulServer)
      Specified by:
      setRestfulServer in interface ca.uhn.fhir.rest.server.IServerConformanceProvider<ca.uhn.fhir.model.dstu2.resource.Conformance>
      Overrides:
      setRestfulServer in class ca.uhn.fhir.rest.server.provider.dstu2.ServerConformanceProvider
    • setSystemDao

      public void setSystemDao(ca.uhn.fhir.jpa.api.dao.IFhirSystemDao<ca.uhn.fhir.model.dstu2.resource.Bundle,ca.uhn.fhir.model.dstu2.composite.MetaDt> mySystemDao)