@Deprecated public class ExtendedQueryEngineHTTP extends Object implements com.hp.hpl.jena.query.QueryExecution
| Modifier and Type | Field and Description |
|---|---|
static String |
QUERY_MIME_TYPE
Deprecated.
|
| Constructor and Description |
|---|
ExtendedQueryEngineHTTP(String serviceURI,
com.hp.hpl.jena.query.Query query)
Deprecated.
|
ExtendedQueryEngineHTTP(String serviceURI,
String queryString)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Deprecated.
|
void |
addDefaultGraph(String defaultGraph)
Deprecated.
|
void |
addNamedGraph(String name)
Deprecated.
|
void |
addParam(String field,
String value)
Deprecated.
|
void |
close()
Deprecated.
|
boolean |
execAsk()
Deprecated.
|
com.hp.hpl.jena.rdf.model.Model |
execConstruct()
Deprecated.
|
com.hp.hpl.jena.rdf.model.Model |
execConstruct(com.hp.hpl.jena.rdf.model.Model model)
Deprecated.
|
com.hp.hpl.jena.rdf.model.Model |
execDescribe()
Deprecated.
|
com.hp.hpl.jena.rdf.model.Model |
execDescribe(com.hp.hpl.jena.rdf.model.Model model)
Deprecated.
|
com.hp.hpl.jena.query.ResultSet |
execSelect()
Deprecated.
|
com.hp.hpl.jena.sparql.util.Context |
getContext()
Deprecated.
|
com.hp.hpl.jena.query.Dataset |
getDataset()
Deprecated.
|
com.hp.hpl.jena.query.Query |
getQuery()
Deprecated.
The query associated with a query execution.
|
long |
getTimeOut()
Deprecated.
|
void |
setBasicAuthentication(String user,
char[] password)
Deprecated.
Set user and password for basic authentication.
|
void |
setDefaultGraphURIs(List<String> defaultGraphURIs)
Deprecated.
|
void |
setFileManager(com.hp.hpl.jena.util.FileManager fm)
Deprecated.
|
void |
setInitialBinding(com.hp.hpl.jena.query.QuerySolution binding)
Deprecated.
|
void |
setInitialBindings(com.hp.hpl.jena.query.ResultSet table)
Deprecated.
|
void |
setNamedGraphURIs(List<String> namedGraphURIs)
Deprecated.
|
void |
setTimeout(long timeout)
Deprecated.
|
void |
setTimeOut(long timeOut)
Deprecated.
|
void |
setTimeout(long timeout1,
long timeout2)
Deprecated.
|
void |
setTimeout(long timeout,
TimeUnit timeoutUnits)
Deprecated.
|
void |
setTimeout(long timeout1,
TimeUnit timeUnit1,
long timeout2,
TimeUnit timeUnit2)
Deprecated.
|
String |
toString()
Deprecated.
|
public static final String QUERY_MIME_TYPE
public ExtendedQueryEngineHTTP(String serviceURI, com.hp.hpl.jena.query.Query query)
public void setTimeOut(long timeOut)
public long getTimeOut()
public void setFileManager(com.hp.hpl.jena.util.FileManager fm)
setFileManager in interface com.hp.hpl.jena.query.QueryExecutionpublic void setInitialBinding(com.hp.hpl.jena.query.QuerySolution binding)
setInitialBinding in interface com.hp.hpl.jena.query.QueryExecutionpublic void setInitialBindings(com.hp.hpl.jena.query.ResultSet table)
public void setDefaultGraphURIs(List<String> defaultGraphURIs)
defaultGraphURIs - The defaultGraphURIs to set.public void setNamedGraphURIs(List<String> namedGraphURIs)
namedGraphURIs - The namedGraphURIs to set.public void addDefaultGraph(String defaultGraph)
defaultGraph - The defaultGraph to add.public void addNamedGraph(String name)
name - The URI to add.public void setBasicAuthentication(String user, char[] password)
user - password - public com.hp.hpl.jena.query.ResultSet execSelect()
execSelect in interface com.hp.hpl.jena.query.QueryExecutionpublic com.hp.hpl.jena.rdf.model.Model execConstruct()
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionpublic com.hp.hpl.jena.rdf.model.Model execConstruct(com.hp.hpl.jena.rdf.model.Model model)
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionpublic com.hp.hpl.jena.rdf.model.Model execDescribe()
execDescribe in interface com.hp.hpl.jena.query.QueryExecutionpublic com.hp.hpl.jena.rdf.model.Model execDescribe(com.hp.hpl.jena.rdf.model.Model model)
execDescribe in interface com.hp.hpl.jena.query.QueryExecutionpublic boolean execAsk()
execAsk in interface com.hp.hpl.jena.query.QueryExecutionpublic com.hp.hpl.jena.sparql.util.Context getContext()
getContext in interface com.hp.hpl.jena.query.QueryExecutionpublic com.hp.hpl.jena.query.Query getQuery()
getQuery in interface com.hp.hpl.jena.query.QueryExecutionpublic void abort()
abort in interface com.hp.hpl.jena.query.QueryExecutionpublic void close()
close in interface com.hp.hpl.jena.query.QueryExecutionpublic void setTimeout(long timeout,
TimeUnit timeoutUnits)
setTimeout in interface com.hp.hpl.jena.query.QueryExecutionpublic void setTimeout(long timeout)
setTimeout in interface com.hp.hpl.jena.query.QueryExecutionpublic void setTimeout(long timeout1,
TimeUnit timeUnit1,
long timeout2,
TimeUnit timeUnit2)
setTimeout in interface com.hp.hpl.jena.query.QueryExecutionpublic void setTimeout(long timeout1,
long timeout2)
setTimeout in interface com.hp.hpl.jena.query.QueryExecutionpublic com.hp.hpl.jena.query.Dataset getDataset()
getDataset in interface com.hp.hpl.jena.query.QueryExecutionCopyright © 2014. All rights reserved.