Package org.hl7.fhir.r4.utils
Class GraphQLEngine
java.lang.Object
org.hl7.fhir.r4.utils.GraphQLEngine
- All Implemented Interfaces:
org.hl7.fhir.utilities.graphql.IGraphQLEngine
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
getFocus()
org.hl7.fhir.utilities.graphql.Package
org.hl7.fhir.utilities.graphql.GraphQLResponse
org.hl7.fhir.utilities.graphql.IGraphQLStorageServices
void
setAppInfo
(Object appInfo) void
setFocus
(org.hl7.fhir.instance.model.api.IBaseResource focus) void
setGraphQL
(org.hl7.fhir.utilities.graphql.Package graphQL) void
setServices
(org.hl7.fhir.utilities.graphql.IGraphQLStorageServices services)
-
Constructor Details
-
GraphQLEngine
-
-
Method Details
-
execute
public void execute() throws org.hl7.fhir.utilities.graphql.EGraphEngine, org.hl7.fhir.utilities.graphql.EGraphQLException, org.hl7.fhir.exceptions.FHIRException- Specified by:
execute
in interfaceorg.hl7.fhir.utilities.graphql.IGraphQLEngine
- Throws:
org.hl7.fhir.utilities.graphql.EGraphEngine
org.hl7.fhir.utilities.graphql.EGraphQLException
org.hl7.fhir.exceptions.FHIRException
-
getAppInfo
-
setAppInfo
- Specified by:
setAppInfo
in interfaceorg.hl7.fhir.utilities.graphql.IGraphQLEngine
-
getFocus
-
setFocus
- Specified by:
setFocus
in interfaceorg.hl7.fhir.utilities.graphql.IGraphQLEngine
-
getGraphQL
-
setGraphQL
- Specified by:
setGraphQL
in interfaceorg.hl7.fhir.utilities.graphql.IGraphQLEngine
-
getOutput
- Specified by:
getOutput
in interfaceorg.hl7.fhir.utilities.graphql.IGraphQLEngine
-
getServices
-
setServices
- Specified by:
setServices
in interfaceorg.hl7.fhir.utilities.graphql.IGraphQLEngine
-