Class DaoRegistryGraphQLStorageServices

java.lang.Object
ca.uhn.fhir.jpa.graphql.DaoRegistryGraphQLStorageServices
All Implemented Interfaces:
org.hl7.fhir.utilities.graphql.IGraphQLStorageServices

public class DaoRegistryGraphQLStorageServices extends Object implements org.hl7.fhir.utilities.graphql.IGraphQLStorageServices
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.hl7.fhir.utilities.graphql.IGraphQLStorageServices

    org.hl7.fhir.utilities.graphql.IGraphQLStorageServices.ReferenceResolution
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    listResources(Object theAppInfo, String theType, List<org.hl7.fhir.utilities.graphql.Argument> theSearchParams, List<org.hl7.fhir.instance.model.api.IBaseResource> theMatches)
     
    org.hl7.fhir.instance.model.api.IBaseResource
    lookup(Object theAppInfo, String theType, String theId)
     
    org.hl7.fhir.utilities.graphql.IGraphQLStorageServices.ReferenceResolution
    lookup(Object theAppInfo, org.hl7.fhir.instance.model.api.IBaseResource theContext, org.hl7.fhir.instance.model.api.IBaseReference theReference)
     
    org.hl7.fhir.instance.model.api.IBaseBundle
    search(Object theAppInfo, String theType, List<org.hl7.fhir.utilities.graphql.Argument> theSearchParams)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • listResources

      @Transactional(propagation=NEVER) public void listResources(Object theAppInfo, String theType, List<org.hl7.fhir.utilities.graphql.Argument> theSearchParams, List<org.hl7.fhir.instance.model.api.IBaseResource> theMatches) throws org.hl7.fhir.exceptions.FHIRException
      Specified by:
      listResources in interface org.hl7.fhir.utilities.graphql.IGraphQLStorageServices
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • lookup

      @Transactional(propagation=REQUIRED) public org.hl7.fhir.instance.model.api.IBaseResource lookup(Object theAppInfo, String theType, String theId) throws org.hl7.fhir.exceptions.FHIRException
      Specified by:
      lookup in interface org.hl7.fhir.utilities.graphql.IGraphQLStorageServices
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • lookup

      @Transactional(propagation=REQUIRED) public org.hl7.fhir.utilities.graphql.IGraphQLStorageServices.ReferenceResolution lookup(Object theAppInfo, org.hl7.fhir.instance.model.api.IBaseResource theContext, org.hl7.fhir.instance.model.api.IBaseReference theReference) throws org.hl7.fhir.exceptions.FHIRException
      Specified by:
      lookup in interface org.hl7.fhir.utilities.graphql.IGraphQLStorageServices
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • search

      @Transactional(propagation=NEVER) public org.hl7.fhir.instance.model.api.IBaseBundle search(Object theAppInfo, String theType, List<org.hl7.fhir.utilities.graphql.Argument> theSearchParams) throws org.hl7.fhir.exceptions.FHIRException
      Specified by:
      search in interface org.hl7.fhir.utilities.graphql.IGraphQLStorageServices
      Throws:
      org.hl7.fhir.exceptions.FHIRException