public class ProcessQuery extends Object
| Constructor and Description |
|---|
ProcessQuery() |
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.StreamingOutput |
processQuery(QueryEx query,
String format,
com.hp.hpl.jena.query.QueryExecution qe) |
static javax.ws.rs.core.StreamingOutput |
processQuery(QueryEx queryEx,
String format,
QueryExecutionFactoryEx qeFactory) |
static javax.ws.rs.core.StreamingOutput |
processQuery(String queryString,
String format,
QueryExecutionFactoryEx qeFactory) |
static <T> javax.ws.rs.core.StreamingOutput |
wrapWriter(com.hp.hpl.jena.query.QueryExecution qe,
org.aksw.jena_sparql_api.utils.Writer<T> writer,
T obj) |
public static <T> javax.ws.rs.core.StreamingOutput wrapWriter(com.hp.hpl.jena.query.QueryExecution qe,
org.aksw.jena_sparql_api.utils.Writer<T> writer,
T obj)
public static javax.ws.rs.core.StreamingOutput processQuery(String queryString, String format, QueryExecutionFactoryEx qeFactory) throws Exception
Exceptionpublic static javax.ws.rs.core.StreamingOutput processQuery(QueryEx queryEx, String format, QueryExecutionFactoryEx qeFactory) throws Exception
ExceptionCopyright © 2015. All rights reserved.