public class ProcessQuery extends Object
| Constructor and Description |
|---|
ProcessQuery() |
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.StreamingOutput |
processQuery(QueryEx queryEx,
String format,
QueryExecutionFactoryEx qeFactory) |
static javax.ws.rs.core.StreamingOutput |
processQuery(QueryEx query,
String format,
org.aksw.commons.sparql.api.core.QueryExecutionStreaming qe) |
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.sparqlify.web.Writer<T> writer,
T obj) |
public static <T> javax.ws.rs.core.StreamingOutput wrapWriter(com.hp.hpl.jena.query.QueryExecution qe,
org.aksw.sparqlify.web.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 © 2013. All Rights Reserved.