Interface DataRetrievalRequest
- All Known Subinterfaces:
BGPRequest
,BindingsRestrictedTriplePatternRequest
,BRTPFRequest
,GraphQLRequest
,Neo4jRequest
,SPARQLRequest
,TPFRequest
,TriplePatternRequest
- All Known Implementing Classes:
BGPRequestImpl
,BindingsRestrictedTriplePatternRequestImpl
,BRTPFRequestImpl
,GraphQLRequestImpl
,Neo4jRequestImpl
,SPARQLRequestImpl
,TPFRequestImpl
,TriplePatternRequestImpl
public interface DataRetrievalRequest
-
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'.toString()
-
Method Details
-
getExpectedVariables
ExpectedVariables getExpectedVariables()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())
-
toString
-