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,
org.apache.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(org.apache.jena.query.QueryExecution qe,
org.aksw.jena_sparql_api.utils.Writer<T> writer,
T obj) |
public static <T> javax.ws.rs.core.StreamingOutput wrapWriter(org.apache.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
Exception
public static javax.ws.rs.core.StreamingOutput processQuery(QueryEx queryEx, String format, QueryExecutionFactoryEx qeFactory) throws Exception
Exception
Copyright © 2020. All rights reserved.