public class GraphQLEngine extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GraphQLEngine.IGraphQLStorageServices |
class |
GraphQLEngine.SearchEdge |
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.ObjectValue |
getOutput() |
GraphQLEngine.IGraphQLStorageServices |
getServices() |
void |
setAppInfo(Object appInfo) |
void |
setFocus(Resource focus) |
void |
setGraphQL(org.hl7.fhir.utilities.graphql.Package graphQL) |
void |
setServices(GraphQLEngine.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
org.hl7.fhir.utilities.graphql.EGraphEngineorg.hl7.fhir.utilities.graphql.EGraphQLExceptionorg.hl7.fhir.exceptions.FHIRExceptionpublic Object getAppInfo()
public void setAppInfo(Object appInfo)
public org.hl7.fhir.utilities.graphql.Package getGraphQL()
public void setGraphQL(org.hl7.fhir.utilities.graphql.Package graphQL)
public org.hl7.fhir.utilities.graphql.ObjectValue getOutput()
public GraphQLEngine.IGraphQLStorageServices getServices()
public void setServices(GraphQLEngine.IGraphQLStorageServices services)
Copyright © 2014–2018 University Health Network. All rights reserved.