Uses of Interface
se.liu.ida.hefquin.engine.wrappers.graphql.query.GraphQLQuery
Packages that use GraphQLQuery
Package
Description
-
Uses of GraphQLQuery in se.liu.ida.hefquin.engine.federation.access
Methods in se.liu.ida.hefquin.engine.federation.access that return GraphQLQueryModifier and TypeMethodDescriptionGraphQLRequest.getGraphQLQuery()
Returns the GraphQL query to be issued by this request. -
Uses of GraphQLQuery in se.liu.ida.hefquin.engine.federation.access.impl.req
Fields in se.liu.ida.hefquin.engine.federation.access.impl.req declared as GraphQLQueryMethods in se.liu.ida.hefquin.engine.federation.access.impl.req that return GraphQLQueryConstructors in se.liu.ida.hefquin.engine.federation.access.impl.req with parameters of type GraphQLQuery -
Uses of GraphQLQuery in se.liu.ida.hefquin.engine.wrappers.graphql
Methods in se.liu.ida.hefquin.engine.wrappers.graphql that return GraphQLQueryModifier and TypeMethodDescriptionSPARQL2GraphQLTranslator.translateBGP
(BGP bgp, GraphQL2RDFConfiguration config, GraphQLSchema schema) Translates @param bgp into a GraphQL query using information from @param config and @param endpoint -
Uses of GraphQLQuery in se.liu.ida.hefquin.engine.wrappers.graphql.conn
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.conn with parameters of type GraphQLQueryModifier and TypeMethodDescriptionstatic org.apache.jena.atlas.json.JsonObject
GraphQLConnection.performRequest
(GraphQLQuery query, String url, int connectionTimeout, int readTimeout) -
Uses of GraphQLQuery in se.liu.ida.hefquin.engine.wrappers.graphql.impl
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.impl that return GraphQLQueryModifier and TypeMethodDescriptionprotected GraphQLQuery
SPARQL2GraphQLTranslatorImpl.generateQueryData
(SPARQL2GraphQLHelper helper, Set<GraphQLQueryRootForStarPattern> queryRoots) Generates a GraphQL query from provided @param indexedStarPatterns,connectors,withoutConnnectorsprotected static GraphQLQuery
GraphQLSchemaInitializerImpl.getIntrospectionQuery()
SPARQL2GraphQLTranslatorImpl.translateBGP
(BGP bgp, GraphQL2RDFConfiguration config, GraphQLSchema schema) -
Uses of GraphQLQuery in se.liu.ida.hefquin.engine.wrappers.graphql.query.impl
Classes in se.liu.ida.hefquin.engine.wrappers.graphql.query.impl that implement GraphQLQuery -
Uses of GraphQLQuery in se.liu.ida.hefquin.engine.wrappers.graphql.utils
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.utils that return GraphQLQueryModifier and TypeMethodDescriptionSPARQL2GraphQLHelper.materializeAll()
Generates a GraphQL query that fetches everything from the GraphQL endpoint.