public class GraphQLEngine extends Object implements org.hl7.fhir.utilities.graphql.IGraphQLEngine
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphQLEngine.SearchEdge |
static class |
GraphQLEngine.SearchWrapper |
| Constructor and Description |
|---|
GraphQLEngine(IWorkerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
Object |
getAppInfo() |
Resource |
getFocus() |
org.hl7.fhir.utilities.graphql.Package |
getGraphQL() |
org.hl7.fhir.utilities.graphql.GraphQLResponse |
getOutput() |
org.hl7.fhir.utilities.graphql.IGraphQLStorageServices |
getServices() |
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) |
public GraphQLEngine(IWorkerContext context)
public void execute() throws org.hl7.fhir.utilities.graphql.EGraphEngine, org.hl7.fhir.utilities.graphql.EGraphQLException, org.hl7.fhir.exceptions.FHIRException
execute in interface org.hl7.fhir.utilities.graphql.IGraphQLEngineorg.hl7.fhir.utilities.graphql.EGraphEngineorg.hl7.fhir.utilities.graphql.EGraphQLExceptionorg.hl7.fhir.exceptions.FHIRExceptionpublic Object getAppInfo()
public void setAppInfo(Object appInfo)
setAppInfo in interface org.hl7.fhir.utilities.graphql.IGraphQLEnginepublic void setFocus(org.hl7.fhir.instance.model.api.IBaseResource focus)
setFocus in interface org.hl7.fhir.utilities.graphql.IGraphQLEnginepublic org.hl7.fhir.utilities.graphql.Package getGraphQL()
public void setGraphQL(org.hl7.fhir.utilities.graphql.Package graphQL)
setGraphQL in interface org.hl7.fhir.utilities.graphql.IGraphQLEnginepublic org.hl7.fhir.utilities.graphql.GraphQLResponse getOutput()
getOutput in interface org.hl7.fhir.utilities.graphql.IGraphQLEnginepublic org.hl7.fhir.utilities.graphql.IGraphQLStorageServices getServices()
public void setServices(org.hl7.fhir.utilities.graphql.IGraphQLStorageServices services)
setServices in interface org.hl7.fhir.utilities.graphql.IGraphQLEngineCopyright © 2014–2021 Health Level 7. All rights reserved.