Class JpaCapabilityStatementProvider

java.lang.Object
ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider
ca.uhn.fhir.jpa.provider.JpaCapabilityStatementProvider
All Implemented Interfaces:
ca.uhn.fhir.rest.server.IServerConformanceProvider<org.hl7.fhir.instance.model.api.IBaseConformance>

public class JpaCapabilityStatementProvider extends ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider
R4+ Only
  • Field Summary

    Fields inherited from class ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider

    DEFAULT_REST_RESOURCE_REV_INCLUDES_ENABLED
  • Constructor Summary

    Constructors
    Constructor
    Description
    JpaCapabilityStatementProvider(ca.uhn.fhir.rest.server.RestfulServer theRestfulServer, ca.uhn.fhir.jpa.api.dao.IFhirSystemDao<?,?> theSystemDao, ca.uhn.fhir.jpa.api.config.DaoConfig theDaoConfig, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry, ca.uhn.fhir.context.support.IValidationSupport theValidationSupport)
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    protected void
    postProcess(ca.uhn.fhir.util.FhirTerser theTerser, org.hl7.fhir.instance.model.api.IBaseConformance theCapabilityStatement)
     
    protected void
    postProcessRest(ca.uhn.fhir.util.FhirTerser theTerser, org.hl7.fhir.instance.model.api.IBase theRest)
     
    protected void
    postProcessRestResource(ca.uhn.fhir.util.FhirTerser theTerser, org.hl7.fhir.instance.model.api.IBase theResource, String theResourceName)
     
    protected boolean
    searchParamEnabled(String theSearchParam)
     
    void
    setDaoConfig(ca.uhn.fhir.jpa.api.config.DaoConfig myDaoConfig)
     
    void
     
    void
    setIncludeResourceCounts(boolean theIncludeResourceCounts)
     
    void
    setSystemDao(ca.uhn.fhir.jpa.api.dao.IFhirSystemDao<org.hl7.fhir.r4.model.Bundle,org.hl7.fhir.r4.model.Meta> mySystemDao)
     

    Methods inherited from class ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider

    getOperationDefinitionPrefix, getPublisher, getServerConformance, readOperationDefinition, setPublisher, setRestfulServer, setRestResourceRevIncludesEnabled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JpaCapabilityStatementProvider

      public JpaCapabilityStatementProvider(@Nonnull ca.uhn.fhir.rest.server.RestfulServer theRestfulServer, @Nonnull ca.uhn.fhir.jpa.api.dao.IFhirSystemDao<?,?> theSystemDao, @Nonnull ca.uhn.fhir.jpa.api.config.DaoConfig theDaoConfig, @Nonnull ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry, ca.uhn.fhir.context.support.IValidationSupport theValidationSupport)
      Constructor
  • Method Details

    • postProcess

      protected void postProcess(ca.uhn.fhir.util.FhirTerser theTerser, org.hl7.fhir.instance.model.api.IBaseConformance theCapabilityStatement)
      Overrides:
      postProcess in class ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider
    • postProcessRest

      protected void postProcessRest(ca.uhn.fhir.util.FhirTerser theTerser, org.hl7.fhir.instance.model.api.IBase theRest)
      Overrides:
      postProcessRest in class ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider
    • postProcessRestResource

      protected void postProcessRestResource(ca.uhn.fhir.util.FhirTerser theTerser, org.hl7.fhir.instance.model.api.IBase theResource, String theResourceName)
      Overrides:
      postProcessRestResource in class ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider
    • isIncludeResourceCounts

      public boolean isIncludeResourceCounts()
    • setIncludeResourceCounts

      public void setIncludeResourceCounts(boolean theIncludeResourceCounts)
    • setDaoConfig

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

      public void setImplementationDescription(String theImplDesc)
    • setSystemDao

      public void setSystemDao(ca.uhn.fhir.jpa.api.dao.IFhirSystemDao<org.hl7.fhir.r4.model.Bundle,org.hl7.fhir.r4.model.Meta> mySystemDao)
    • searchParamEnabled

      protected boolean searchParamEnabled(String theSearchParam)
      Overrides:
      searchParamEnabled in class ca.uhn.fhir.rest.server.provider.ServerCapabilityStatementProvider