Uses of Class
se.liu.ida.hefquin.engine.wrappers.graphql.utils.QueryTranslatingException
Packages that use QueryTranslatingException
Package
Description
-
Uses of QueryTranslatingException in se.liu.ida.hefquin.engine.wrappers.graphql
Methods in se.liu.ida.hefquin.engine.wrappers.graphql that throw QueryTranslatingExceptionModifier 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 QueryTranslatingException in se.liu.ida.hefquin.engine.wrappers.graphql.impl
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.impl that throw QueryTranslatingExceptionModifier and TypeMethodDescriptionprotected GraphQLQuery
SPARQL2GraphQLTranslatorImpl.generateQueryData
(SPARQL2GraphQLHelper helper, Set<GraphQLQueryRootForStarPattern> queryRoots) Generates a GraphQL query from provided @param indexedStarPatterns,connectors,withoutConnnectorsSPARQL2GraphQLTranslatorImpl.translateBGP
(BGP bgp, GraphQL2RDFConfiguration config, GraphQLSchema schema) -
Uses of QueryTranslatingException in se.liu.ida.hefquin.engine.wrappers.graphql.utils
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.utils that throw QueryTranslatingExceptionModifier and TypeMethodDescriptionprotected GraphQLEntrypoint
GraphQLQueryRootForStarPattern.determineGraphQLEntryPoint()
final GraphQLEntrypoint
GraphQLQueryRootForStarPattern.getGraphQLEntryPoint()
Returns the relevant entry point with regards to if the corresponding star pattern has the required arguments.