Class SPARQLOperation
- java.lang.Object
-
- org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
-
- All Implemented Interfaces:
org.eclipse.rdf4j.query.Operation
@Deprecated public abstract class SPARQLOperation extends Object implements org.eclipse.rdf4j.query.Operation
Deprecated.- Author:
- jeen
-
-
Field Summary
Fields Modifier and Type Field Description protected MapBindingSetbindingsDeprecated.protected org.apache.http.client.HttpClientclientDeprecated.protected org.eclipse.rdf4j.query.DatasetdatasetDeprecated.
-
Constructor Summary
Constructors Modifier Constructor Description protectedSPARQLOperation(org.apache.http.client.HttpClient client, String url, String base, String operation)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclearBindings()Deprecated.protected voidexecute(Runnable command)Deprecated.protected Set<String>getBindingNames()Deprecated.org.eclipse.rdf4j.query.BindingSetgetBindings()Deprecated.org.eclipse.rdf4j.query.DatasetgetDataset()Deprecated.booleangetIncludeInferred()Deprecated.protected StringgetQueryString()Deprecated.StringgetUrl()Deprecated.voidremoveBinding(String name)Deprecated.voidsetBinding(String name, org.eclipse.rdf4j.model.Value value)Deprecated.voidsetDataset(org.eclipse.rdf4j.query.Dataset dataset)Deprecated.voidsetIncludeInferred(boolean inf)Deprecated.
-
-
-
Field Detail
-
client
protected org.apache.http.client.HttpClient client
Deprecated.
-
dataset
protected org.eclipse.rdf4j.query.Dataset dataset
Deprecated.
-
bindings
protected MapBindingSet bindings
Deprecated.
-
-
Method Detail
-
getUrl
public String getUrl()
Deprecated.
-
getBindings
public org.eclipse.rdf4j.query.BindingSet getBindings()
Deprecated.- Specified by:
getBindingsin interfaceorg.eclipse.rdf4j.query.Operation
-
getDataset
public org.eclipse.rdf4j.query.Dataset getDataset()
Deprecated.- Specified by:
getDatasetin interfaceorg.eclipse.rdf4j.query.Operation
-
getIncludeInferred
public boolean getIncludeInferred()
Deprecated.- Specified by:
getIncludeInferredin interfaceorg.eclipse.rdf4j.query.Operation
-
removeBinding
public void removeBinding(String name)
Deprecated.- Specified by:
removeBindingin interfaceorg.eclipse.rdf4j.query.Operation
-
setBinding
public void setBinding(String name, org.eclipse.rdf4j.model.Value value)
Deprecated.- Specified by:
setBindingin interfaceorg.eclipse.rdf4j.query.Operation
-
clearBindings
public void clearBindings()
Deprecated.- Specified by:
clearBindingsin interfaceorg.eclipse.rdf4j.query.Operation
-
setDataset
public void setDataset(org.eclipse.rdf4j.query.Dataset dataset)
Deprecated.- Specified by:
setDatasetin interfaceorg.eclipse.rdf4j.query.Operation
-
setIncludeInferred
public void setIncludeInferred(boolean inf)
Deprecated.- Specified by:
setIncludeInferredin interfaceorg.eclipse.rdf4j.query.Operation
-
execute
protected void execute(Runnable command)
Deprecated.
-
getQueryString
protected String getQueryString()
Deprecated.
-
-