A B C D E F G H I J L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort() - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- abort() - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- abort() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- abort() - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- acceptHeaderAskQuery(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the HTTP
Accept:header used to when making a SPARQL Protocol ASK query. - acceptHeaderDataset(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the HTTP
Accept:header used to fetch RDF datasets using HTTP GET operations. - acceptHeaderGraph(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the HTTP
Accept:header used to fetch RDF graph using the SPARQL Graph Store Protocol. - acceptHeaderQuery(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the HTTP
Accept:header used to when making a SPARQL Protocol query if no query type specific setting available. - acceptHeaderSelectQuery(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the HTTP
Accept:header used to when making a SPARQL Protocol SELECT query. - authMode - Static variable in class org.apache.jena.rdfconnection.LibSec
B
- begin() - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- begin() - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- begin() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- begin(ReadWrite) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- begin(ReadWrite) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- begin(ReadWrite) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- begin(ReadWrite) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- begin(TxnType) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- begin(TxnType) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- begin(TxnType) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- begin(TxnType) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- build() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Build an
RDFConnection.
C
- close() - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Close this connection.
- close() - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- close() - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
-
Close this connection.
- close() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- close() - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- close() - Method in interface org.apache.jena.rdfconnection.RDFDatasetAccessConnection
-
Close this connection.
- close() - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
-
Close this connection.
- close() - Method in interface org.apache.jena.rdfconnection.SparqlQueryConnection
-
Close this connection.
- close() - Method in interface org.apache.jena.rdfconnection.SparqlUpdateConnection
-
Close this connection.
- commit() - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- commit() - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- commit() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- commit() - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- connect(String) - Static method in class org.apache.jena.rdfconnection.RDFConnectionFactory
-
Create a connection to a remote location by URL.
- connect(String, String, String) - Static method in class org.apache.jena.rdfconnection.RDFConnectionFactory
-
Create a connection specifying the URLs of the service.
- connect(String, String, String, String) - Static method in class org.apache.jena.rdfconnection.RDFConnectionFactory
-
Create a connection to a remote location by URL.
- connect(Dataset) - Static method in class org.apache.jena.rdfconnection.RDFConnectionFactory
-
Connect to a local (same JVM) dataset.
- connect(Dataset, Isolation) - Static method in class org.apache.jena.rdfconnection.RDFConnectionFactory
-
Connect to a local (same JVM) dataset.
- connectFuseki(String) - Static method in class org.apache.jena.rdfconnection.RDFConnectionFactory
-
Create a connection to a remote Fuseki server by URL.
- connectFuseki(String, String, String, String) - Static method in class org.apache.jena.rdfconnection.RDFConnectionFactory
-
Create a connection to a remote Fuseki server by URL.
- connectPW(String, String, String) - Static method in class org.apache.jena.rdfconnection.RDFConnectionFactory
-
Make a remote RDFConnection to the URL, with user and password for the client access using basic auth.
- COPY - org.apache.jena.rdfconnection.Isolation
- create() - Static method in class org.apache.jena.rdfconnection.RDFConnectionFuseki
-
Create a connection builder which is initialized for the default Fuseki configuration.
- create() - Static method in class org.apache.jena.rdfconnection.RDFConnectionRemote
-
Create a
RDFConnectionRemoteBuilder. - create(RDFConnectionFuseki) - Static method in class org.apache.jena.rdfconnection.RDFConnectionFuseki
-
Create a connection builder which is initialized from an existing
RDFConnectionFuseki. - create(RDFConnectionRemote) - Static method in class org.apache.jena.rdfconnection.RDFConnectionRemote
-
Create a
RDFConnectionRemoteBuilderinitialized with the settings of anotherRDFConnectionRemote. - creator(Function<RDFConnectionRemoteBuilder, RDFConnection>) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Provide an alternative function to make the
RDFConnectionobject. - credsProvider(AuthSetup) - Static method in class org.apache.jena.rdfconnection.LibSec
D
- delete() - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Remove all data from the default graph.
- delete() - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- delete() - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- delete() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- delete() - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- delete() - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
-
Remove all data from the default graph.
- delete(String) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Delete a graph from the dataset.
- delete(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- delete(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- delete(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- delete(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- delete(String) - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
-
Delete a graph from the dataset.
- destination(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
URL of the remote SPARQL endpoint.
E
- end() - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- end() - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- end() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- end() - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
F
- fetch() - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Fetch the default graph.
- fetch() - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- fetch() - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- fetch() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- fetch() - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- fetch() - Method in interface org.apache.jena.rdfconnection.RDFDatasetAccessConnection
-
Fetch the default graph.
- fetch(String) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Fetch a named graph.
- fetch(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- fetch(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- fetch(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- fetch(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- fetch(String) - Method in interface org.apache.jena.rdfconnection.RDFDatasetAccessConnection
-
Fetch a named graph.
- fetchDataset() - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Fetch the contents of the dataset
- fetchDataset() - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- fetchDataset() - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- fetchDataset() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- fetchDataset() - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- fetchDataset() - Method in interface org.apache.jena.rdfconnection.RDFDatasetAccessConnection
-
Fetch the contents of the dataset
G
- getDestination() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
-
Return the destination URL for the connection.
- getHttpClient() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
-
Return the
HttpClientin-use. - getHttpContext() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
-
Return the
HttpContextin-use. - gspEndpoint(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Name of the SPARQL GraphStore Protocol endpoint.
H
- httpClient(String, int, String, String, String) - Static method in class org.apache.jena.rdfconnection.LibSec
-
Create an
HttpClientwith authentication by user/password a particular host and port. - httpClient(HttpClient) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the
HttpClientfir the connection to tbe built - httpClient(AuthSetup) - Static method in class org.apache.jena.rdfconnection.LibSec
-
Create an
HttpClientwith authentication as given by theAuthSetupfor a particular host and port. - httpContext(AuthCache, CredentialsProvider) - Static method in class org.apache.jena.rdfconnection.LibSec
- httpContext(HttpClientContext, AuthCache, CredentialsProvider) - Static method in class org.apache.jena.rdfconnection.LibSec
- httpContext(HttpContext) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the
HttpContextfor the connection to tbe built
I
- isClosed() - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Test whether this connection is closed or not
- isClosed() - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- isClosed() - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- isClosed() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- isClosed() - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- isClosed() - Method in interface org.apache.jena.rdfconnection.RDFDatasetAccessConnection
-
Test whether this connection is closed or not
- isClosed() - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
-
Test whether this connection is closed or not
- isInTransaction() - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- isInTransaction() - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- isInTransaction() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- isInTransaction() - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- Isolation - Enum in org.apache.jena.rdfconnection
J
- JenaConnectionException - Exception in org.apache.jena.rdfconnection
-
Exceptions related to
RDFConnection - JenaConnectionException() - Constructor for exception org.apache.jena.rdfconnection.JenaConnectionException
- JenaConnectionException(String) - Constructor for exception org.apache.jena.rdfconnection.JenaConnectionException
- JenaConnectionException(String, Throwable) - Constructor for exception org.apache.jena.rdfconnection.JenaConnectionException
- JenaConnectionException(Throwable) - Constructor for exception org.apache.jena.rdfconnection.JenaConnectionException
L
- LibSec - Class in org.apache.jena.rdfconnection
-
Library for client side use of access control.
- LibSec() - Constructor for class org.apache.jena.rdfconnection.LibSec
- load(String) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Load (add, append) RDF into the default graph of a dataset.
- load(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- load(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- load(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- load(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- load(String) - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
-
Load (add, append) RDF into the default graph of a dataset.
- load(String, String) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Load (add, append) RDF into a named graph in a dataset.
- load(String, String) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- load(String, String) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- load(String, String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- load(String, String) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- load(String, String) - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
-
Load (add, append) RDF into a named graph in a dataset.
- load(String, Model) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Load (add, append) RDF into a named graph in a dataset.
- load(String, Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- load(String, Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- load(String, Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- load(String, Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- load(String, Model) - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
-
Load (add, append) RDF into a named graph in a dataset.
- load(Model) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Load (add, append) RDF into the default graph of a dataset.
- load(Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- load(Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- load(Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- load(Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- load(Model) - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
-
Load (add, append) RDF into the default graph of a dataset.
- loadDataset(String) - Method in interface org.apache.jena.rdfconnection.RDFConnection
- loadDataset(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- loadDataset(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- loadDataset(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- loadDataset(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- loadDataset(String) - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
- loadDataset(Dataset) - Method in interface org.apache.jena.rdfconnection.RDFConnection
- loadDataset(Dataset) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- loadDataset(Dataset) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- loadDataset(Dataset) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- loadDataset(Dataset) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- loadDataset(Dataset) - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
M
- main(String...) - Static method in class org.apache.jena.rdfconnection.examples.RDFConnectionExample1
- main(String...) - Static method in class org.apache.jena.rdfconnection.examples.RDFConnectionExample2
- main(String...) - Static method in class org.apache.jena.rdfconnection.examples.RDFConnectionExample3
- main(String...) - Static method in class org.apache.jena.rdfconnection.examples.RDFConnectionExample4
- main(String...) - Static method in class org.apache.jena.rdfconnection.examples.RDFConnectionExample5
- main(String...) - Static method in class org.apache.jena.rdfconnection.examples.RDFConnectionExample6
N
O
- org.apache.jena.rdfconnection - package org.apache.jena.rdfconnection
- org.apache.jena.rdfconnection.examples - package org.apache.jena.rdfconnection.examples
P
- parseCheckSPARQL(boolean) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the flag for whether to check SPARQL queries and SPARQL updates provided as a string.
- promote(Transactional.Promote) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- promote(Transactional.Promote) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- promote(Transactional.Promote) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- promote(Transactional.Promote) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- put(String) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Set the contents of the default graph of a dataset.
- put(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- put(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- put(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- put(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- put(String) - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
-
Set the contents of the default graph of a dataset.
- put(String, String) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Set the contents of a named graph of a dataset.
- put(String, String) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- put(String, String) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- put(String, String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- put(String, String) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- put(String, String) - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
-
Set the contents of a named graph of a dataset.
- put(String, Model) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Set the contents of a named graph of a dataset.
- put(String, Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- put(String, Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- put(String, Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- put(String, Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- put(String, Model) - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
-
Set the contents of a named graph of a dataset.
- put(Model) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Set the contents of the default graph of a dataset.
- put(Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- put(Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- put(Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- put(Model) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- put(Model) - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
-
Set the contents of the default graph of a dataset.
- putDataset(String) - Method in interface org.apache.jena.rdfconnection.RDFConnection
- putDataset(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- putDataset(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- putDataset(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- putDataset(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- putDataset(String) - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
- putDataset(Dataset) - Method in interface org.apache.jena.rdfconnection.RDFConnection
- putDataset(Dataset) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- putDataset(Dataset) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- putDataset(Dataset) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- putDataset(Dataset) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- putDataset(Dataset) - Method in interface org.apache.jena.rdfconnection.RDFDatasetConnection
Q
- quadsFormat(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the output format for sending RDF Datasets to the remote server.
- quadsFormat(Lang) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the output format for sending RDF Datasets to the remote server.
- quadsFormat(RDFFormat) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the output format for sending RDF Datasets to the remote server.
- query(String) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Setup a SPARQL query execution.
- query(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- query(String) - Method in interface org.apache.jena.rdfconnection.SparqlQueryConnection
-
Setup a SPARQL query execution.
- query(Query) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Setup a SPARQL query execution.
- query(Query) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- query(Query) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- query(Query) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- query(Query) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- query(Query) - Method in interface org.apache.jena.rdfconnection.SparqlQueryConnection
-
Setup a SPARQL query execution.
- queryAsk(String) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Execute a ASK query and return a boolean
- queryAsk(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
-
Execute a ASK query and return a boolean
- queryAsk(String) - Method in interface org.apache.jena.rdfconnection.SparqlQueryConnection
-
Execute a ASK query and return a boolean
- queryAsk(Query) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Execute a ASK query and return a boolean
- queryAsk(Query) - Method in interface org.apache.jena.rdfconnection.SparqlQueryConnection
-
Execute a ASK query and return a boolean
- queryConstruct(String) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Execute a CONSTRUCT query and return as a Model
- queryConstruct(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
-
Execute a CONSTRUCT query and return as a Model
- queryConstruct(String) - Method in interface org.apache.jena.rdfconnection.SparqlQueryConnection
-
Execute a CONSTRUCT query and return as a Model
- queryConstruct(Query) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Execute a CONSTRUCT query and return as a Model
- queryConstruct(Query) - Method in interface org.apache.jena.rdfconnection.SparqlQueryConnection
-
Execute a CONSTRUCT query and return as a Model
- queryDescribe(String) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Execute a DESCRIBE query and return as a Model
- queryDescribe(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
-
Execute a DESCRIBE query and return as a Model
- queryDescribe(String) - Method in interface org.apache.jena.rdfconnection.SparqlQueryConnection
-
Execute a DESCRIBE query and return as a Model
- queryDescribe(Query) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Execute a DESCRIBE query and return as a Model
- queryDescribe(Query) - Method in interface org.apache.jena.rdfconnection.SparqlQueryConnection
-
Execute a DESCRIBE query and return as a Model
- queryEndpoint(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Name of the SPARQL query service.
- queryResultSet(String, Consumer<ResultSet>) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Execute a SELECT query and process the ResultSet with the handler code.
- queryResultSet(String, Consumer<ResultSet>) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
-
Execute a SELECT query and process the ResultSet with the handler code.
- queryResultSet(String, Consumer<ResultSet>) - Method in interface org.apache.jena.rdfconnection.SparqlQueryConnection
-
Execute a SELECT query and process the ResultSet with the handler code.
- queryResultSet(Query, Consumer<ResultSet>) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Execute a SELECT query and process the ResultSet with the handler code.
- queryResultSet(Query, Consumer<ResultSet>) - Method in interface org.apache.jena.rdfconnection.SparqlQueryConnection
-
Execute a SELECT query and process the ResultSet with the handler code.
- querySelect(String, Consumer<QuerySolution>) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Execute a SELECT query and process the rows of the results with the handler code.
- querySelect(String, Consumer<QuerySolution>) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
-
Execute a SELECT query and process the rows of the results with the handler code.
- querySelect(String, Consumer<QuerySolution>) - Method in interface org.apache.jena.rdfconnection.SparqlQueryConnection
-
Execute a SELECT query and process the rows of the results with the handler code.
- querySelect(Query, Consumer<QuerySolution>) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Execute a SELECT query and process the rows of the results with the handler code.
- querySelect(Query, Consumer<QuerySolution>) - Method in interface org.apache.jena.rdfconnection.SparqlQueryConnection
-
Execute a SELECT query and process the rows of the results with the handler code.
R
- RDFConnection - Interface in org.apache.jena.rdfconnection
-
Interface for SPARQL operations on a datasets, whether local or remote.
- RDFConnectionExample1 - Class in org.apache.jena.rdfconnection.examples
-
RDF Connection example
- RDFConnectionExample1() - Constructor for class org.apache.jena.rdfconnection.examples.RDFConnectionExample1
- RDFConnectionExample2 - Class in org.apache.jena.rdfconnection.examples
- RDFConnectionExample2() - Constructor for class org.apache.jena.rdfconnection.examples.RDFConnectionExample2
- RDFConnectionExample3 - Class in org.apache.jena.rdfconnection.examples
- RDFConnectionExample3() - Constructor for class org.apache.jena.rdfconnection.examples.RDFConnectionExample3
- RDFConnectionExample4 - Class in org.apache.jena.rdfconnection.examples
- RDFConnectionExample4() - Constructor for class org.apache.jena.rdfconnection.examples.RDFConnectionExample4
- RDFConnectionExample5 - Class in org.apache.jena.rdfconnection.examples
- RDFConnectionExample5() - Constructor for class org.apache.jena.rdfconnection.examples.RDFConnectionExample5
- RDFConnectionExample6 - Class in org.apache.jena.rdfconnection.examples
- RDFConnectionExample6() - Constructor for class org.apache.jena.rdfconnection.examples.RDFConnectionExample6
- RDFConnectionFactory - Class in org.apache.jena.rdfconnection
- RDFConnectionFactory() - Constructor for class org.apache.jena.rdfconnection.RDFConnectionFactory
- RDFConnectionFuseki - Class in org.apache.jena.rdfconnection
-
Implementation of the
RDFConnectioninterface for connecting to an Apache Jena Fuseki. - RDFConnectionLocal - Class in org.apache.jena.rdfconnection
-
Implement of
RDFConnectionover aDatasetin the same JVM. - RDFConnectionLocal(Dataset) - Constructor for class org.apache.jena.rdfconnection.RDFConnectionLocal
- RDFConnectionLocal(Dataset, Isolation) - Constructor for class org.apache.jena.rdfconnection.RDFConnectionLocal
- RDFConnectionModular - Class in org.apache.jena.rdfconnection
-
Implementation of
RDFConnectionwhere the query, update and graph store operations are given by specific implementations of the respective interfaces. - RDFConnectionModular(RDFConnection) - Constructor for class org.apache.jena.rdfconnection.RDFConnectionModular
- RDFConnectionModular(SparqlQueryConnection, SparqlUpdateConnection, RDFDatasetConnection) - Constructor for class org.apache.jena.rdfconnection.RDFConnectionModular
- RDFConnectionRemote - Class in org.apache.jena.rdfconnection
-
Implementation of the
RDFConnectioninterface using remote SPARQL operations. - RDFConnectionRemoteBuilder - Class in org.apache.jena.rdfconnection
-
Builder class for
RDFConnectionRemote - RDFConnectionWrapper - Class in org.apache.jena.rdfconnection
-
Wrapper for an
RDFConnection. - RDFConnectionWrapper(RDFConnection) - Constructor for class org.apache.jena.rdfconnection.RDFConnectionWrapper
- RDFDatasetAccessConnection - Interface in org.apache.jena.rdfconnection
-
SPARQL Graph Store Protocol (read operations) and whole dataset access.
- RDFDatasetConnection - Interface in org.apache.jena.rdfconnection
-
SPARQL Graph Store Protocol and whole dataset access.
- READONLY - org.apache.jena.rdfconnection.Isolation
S
- SparqlQueryConnection - Interface in org.apache.jena.rdfconnection
-
SPARQL Query Operations on a connection.
- SparqlUpdateConnection - Interface in org.apache.jena.rdfconnection
-
SPARQL Update Operations on a connection.
T
- transactionMode() - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- transactionMode() - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- transactionMode() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- transactionMode() - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- transactionType() - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- transactionType() - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- transactionType() - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- transactionType() - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- triplesFormat(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the output format for sending RDF graphs to the remote server.
- triplesFormat(Lang) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the output format for sending RDF graphs to the remote server.
- triplesFormat(RDFFormat) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Set the output format for sending RDF graphs to the remote server.
U
- update(String) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Execute a SPARQL Update.
- update(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- update(String) - Method in interface org.apache.jena.rdfconnection.SparqlUpdateConnection
-
Execute a SPARQL Update.
- update(Update) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Execute a SPARQL Update.
- update(Update) - Method in interface org.apache.jena.rdfconnection.SparqlUpdateConnection
-
Execute a SPARQL Update.
- update(UpdateRequest) - Method in interface org.apache.jena.rdfconnection.RDFConnection
-
Execute a SPARQL Update.
- update(UpdateRequest) - Method in class org.apache.jena.rdfconnection.RDFConnectionLocal
- update(UpdateRequest) - Method in class org.apache.jena.rdfconnection.RDFConnectionModular
- update(UpdateRequest) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemote
- update(UpdateRequest) - Method in class org.apache.jena.rdfconnection.RDFConnectionWrapper
- update(UpdateRequest) - Method in interface org.apache.jena.rdfconnection.SparqlUpdateConnection
-
Execute a SPARQL Update.
- updateEndpoint(String) - Method in class org.apache.jena.rdfconnection.RDFConnectionRemoteBuilder
-
Name of the SPARQL update service.
V
- valueOf(String) - Static method in enum org.apache.jena.rdfconnection.Isolation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.jena.rdfconnection.Isolation
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withAuth(String, AuthSetup, Consumer<RDFConnection>) - Static method in class org.apache.jena.rdfconnection.LibSec
All Classes All Packages