Class GraphQLRequestImpl
java.lang.Object
se.liu.ida.hefquin.engine.federation.access.impl.req.GraphQLRequestImpl
- All Implemented Interfaces:
DataRetrievalRequest
,GraphQLRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the query variables for which this data retrieval request aims to fetch data (if any), where some of these variables may be 'certain variables' whereas others are 'possible variables'.Returns the GraphQL query to be issued by this request.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface se.liu.ida.hefquin.engine.federation.access.DataRetrievalRequest
toString
-
Field Details
-
query
-
-
Constructor Details
-
GraphQLRequestImpl
-
-
Method Details
-
getExpectedVariables
Description copied from interface:DataRetrievalRequest
Returns the query variables for which this data retrieval request aims to fetch data (if any), where some of these variables may be 'certain variables' whereas others are 'possible variables'. For the distinction between these two types of variables, refer toExpectedVariables.getCertainVariables()
and toinvalid @link
{@link ExpectedVariables#getPossibleVariables())
- Specified by:
getExpectedVariables
in interfaceDataRetrievalRequest
-
getGraphQLQuery
Description copied from interface:GraphQLRequest
Returns the GraphQL query to be issued by this request.- Specified by:
getGraphQLQuery
in interfaceGraphQLRequest
-