
Package org.hl7.fhir.dstu3.utils
Class GraphQLEngine
java.lang.Object
org.hl7.fhir.dstu3.utils.GraphQLEngine
- All Implemented Interfaces:
org.hl7.fhir.utilities.graphql.IGraphQLEngine
@Deprecated
public class GraphQLEngine
extends Object
implements org.hl7.fhir.utilities.graphql.IGraphQLEngine
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Deprecated.Deprecated.getFocus()
Deprecated.org.hl7.fhir.utilities.graphql.Package
Deprecated.org.hl7.fhir.utilities.graphql.GraphQLResponse
Deprecated.org.hl7.fhir.utilities.graphql.IGraphQLStorageServices
Deprecated.void
setAppInfo
(Object appInfo) Deprecated.void
setFocus
(org.hl7.fhir.instance.model.api.IBaseResource focus) Deprecated.void
setGraphQL
(org.hl7.fhir.utilities.graphql.Package graphQL) Deprecated.void
setServices
(org.hl7.fhir.utilities.graphql.IGraphQLStorageServices services) Deprecated.
-
Constructor Details
-
GraphQLEngine
Deprecated.
-
-
Method Details
-
execute
public void execute() throws org.hl7.fhir.utilities.graphql.EGraphEngine, org.hl7.fhir.utilities.graphql.EGraphQLException, org.hl7.fhir.exceptions.FHIRExceptionDeprecated.- 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
Deprecated. -
setAppInfo
Deprecated.- Specified by:
setAppInfo
in interfaceorg.hl7.fhir.utilities.graphql.IGraphQLEngine
-
getFocus
Deprecated. -
setFocus
Deprecated.- Specified by:
setFocus
in interfaceorg.hl7.fhir.utilities.graphql.IGraphQLEngine
-
getGraphQL
Deprecated. -
setGraphQL
Deprecated.- Specified by:
setGraphQL
in interfaceorg.hl7.fhir.utilities.graphql.IGraphQLEngine
-
getOutput
Deprecated.- Specified by:
getOutput
in interfaceorg.hl7.fhir.utilities.graphql.IGraphQLEngine
-
getServices
Deprecated. -
setServices
Deprecated.- Specified by:
setServices
in interfaceorg.hl7.fhir.utilities.graphql.IGraphQLEngine
-