Uses of Class
org.topbraidlive.client.java.graphql.platform.RootRDFQuery
-
Packages that use RootRDFQuery Package Description org.topbraidlive.client.java.api.function org.topbraidlive.client.java.graphql.platform org.topbraidlive.client.java.impl -
-
Uses of RootRDFQuery in org.topbraidlive.client.java.api.function
Methods in org.topbraidlive.client.java.api.function that return types with arguments of type RootRDFQuery Modifier and Type Method Description TypedGraphqlConnection<RootRDFQueryQuery,RootRDFQuery>
GetPlatformGraphqlConnectionApiFunction. getPlatformGraphqlConnection()
Get a GraphQL connection for the platform APIO. -
Uses of RootRDFQuery in org.topbraidlive.client.java.graphql.platform
Methods in org.topbraidlive.client.java.graphql.platform that return RootRDFQuery Modifier and Type Method Description RootRDFQuery
QueryResponse. getData()
RootRDFQuery
RootRDFQuery. setGraphReport(_GraphReport arg)
RootRDFQuery
RootRDFQuery. setGraphs(List<Graph> arg)
RootRDFQuery
RootRDFQuery. setGraphTypes(List<GraphType> arg)
RootRDFQuery
RootRDFQuery. setMasterGraphs(List<MasterGraph> arg)
RootRDFQuery
RootRDFQuery. setRootTypeShapes(List<_TypeShape> arg)
RootRDFQuery
RootRDFQuery. setTestResults(List<_TestResult> arg)
RootRDFQuery
RootRDFQuery. setTypeShapeByName(_TypeShape arg)
RootRDFQuery
RootRDFQuery. setTypeShapeByUri(_TypeShape arg)
RootRDFQuery
RootRDFQuery. setTypeShapesForResource(List<_TypeShape> arg)
RootRDFQuery
RootRDFQuery. setUsers(List<User> arg)
-
Uses of RootRDFQuery in org.topbraidlive.client.java.impl
Methods in org.topbraidlive.client.java.impl that return types with arguments of type RootRDFQuery Modifier and Type Method Description TypedGraphqlConnection<RootRDFQueryQuery,RootRDFQuery>
ClientImpl. getPlatformGraphqlConnection()
TypedGraphqlConnection<RootRDFQueryQuery,RootRDFQuery>
GraphqlClient. getPlatformGraphqlConnection()
-