Package ca.uhn.fhir.jpa.graphql
Class GraphQLProviderWithIntrospection
java.lang.Object
ca.uhn.fhir.jpa.graphql.GraphQLProvider
ca.uhn.fhir.jpa.graphql.GraphQLProviderWithIntrospection
-
Constructor Summary
ConstructorDescriptionGraphQLProviderWithIntrospection
(ca.uhn.fhir.context.FhirContext theFhirContext, ca.uhn.fhir.context.support.IValidationSupport theValidationSupport, org.hl7.fhir.utilities.graphql.IGraphQLStorageServices theIGraphQLStorageServices, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry, IDaoRegistry theDaoRegistry) Constructor -
Method Summary
Modifier and TypeMethodDescriptionprocessGraphQlGetRequest
(ca.uhn.fhir.rest.server.servlet.ServletRequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theId, String theQueryUrl) processGraphQlPostRequest
(ca.uhn.fhir.rest.server.servlet.ServletRequestDetails theServletRequestDetails, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theId, String theQueryBody) Methods inherited from class ca.uhn.fhir.jpa.graphql.GraphQLProvider
initialize, processGraphQLRequest, processGraphQLRequest
-
Constructor Details
-
GraphQLProviderWithIntrospection
public GraphQLProviderWithIntrospection(ca.uhn.fhir.context.FhirContext theFhirContext, ca.uhn.fhir.context.support.IValidationSupport theValidationSupport, org.hl7.fhir.utilities.graphql.IGraphQLStorageServices theIGraphQLStorageServices, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry, IDaoRegistry theDaoRegistry) Constructor
-
-
Method Details
-
processGraphQlGetRequest
public String processGraphQlGetRequest(ca.uhn.fhir.rest.server.servlet.ServletRequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theId, String theQueryUrl) - Overrides:
processGraphQlGetRequest
in classGraphQLProvider
-
processGraphQlPostRequest
public String processGraphQlPostRequest(ca.uhn.fhir.rest.server.servlet.ServletRequestDetails theServletRequestDetails, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theId, String theQueryBody) - Overrides:
processGraphQlPostRequest
in classGraphQLProvider
-