Interface BooleanQueryResultHandler
- All Superinterfaces:
QueryResultHandler
- All Known Subinterfaces:
BooleanQueryResultWriter
- All Known Implementing Classes:
BooleanTextWriter, QueryResultCollector, SPARQLBooleanJSONWriter, SPARQLBooleanXMLWriter
An interface that indicates that this QueryResultHandler is capable of handling boolean results using the
QueryResultHandler.handleBoolean(boolean) method.- Author:
- Peter Ansell
-
Method Summary
Methods inherited from interface QueryResultHandler
endQueryResult, handleBoolean, handleLinks, handleSolution, startQueryResultModifier and TypeMethodDescriptionvoidIndicates the end of a sequence of solutions.voidhandleBoolean(boolean value) Handles the specified boolean value.voidhandleLinks(List<String> linkUrls) Handles the links elements which are present in SPARQL Results JSON and SPARQL Results XML documents in the header.voidhandleSolution(BindingSet bindingSet) Handles a solution.voidstartQueryResult(List<String> bindingNames) Indicates the start of a sequence of Solutions.