Uses of Class
org.apache.jena.arq.querybuilder.handlers.ConstructHandler
Packages that use ConstructHandler
Package
Description
A utility package to simplify the building of ARQ queries in code.
Interfaces that describe various SPARQL clauses as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321.
Classes that implement SPARQL clauses but do not return instances of the
builder.
-
Uses of ConstructHandler in org.apache.jena.arq.querybuilder
Methods in org.apache.jena.arq.querybuilder that return ConstructHandler -
Uses of ConstructHandler in org.apache.jena.arq.querybuilder.clauses
Methods in org.apache.jena.arq.querybuilder.clauses that return ConstructHandlerModifier and TypeMethodDescriptionConstructClause.getConstructHandler()Get the Construct handler for this construct clause. -
Uses of ConstructHandler in org.apache.jena.arq.querybuilder.handlers
Methods in org.apache.jena.arq.querybuilder.handlers that return ConstructHandlerMethods in org.apache.jena.arq.querybuilder.handlers with parameters of type ConstructHandlerModifier and TypeMethodDescriptionvoidConstructHandler.addAll(ConstructHandler handler) Add all the construct handlers from the handler argument to this construct.voidHandlerBlock.addAll(ConstructHandler handler) Add the construct handler contents to this prolog handler.