Uses of Interface
org.apache.jena.rdflink.RDFLink
Packages that use RDFLink
-
Uses of RDFLink in org.apache.jena.rdfconnection
Method parameters in org.apache.jena.rdfconnection with type arguments of type RDFLink -
Uses of RDFLink in org.apache.jena.rdflink
Classes in org.apache.jena.rdflink that implement RDFLinkModifier and TypeClassDescriptionclass
class
Implement ofRDFLink
over aGraph
in the same JVM.class
Implementation of theRDFLink
interface for connecting to an Apache Jena Fuseki.class
Implementation of theRDFLink
interface using remote SPARQL operations.class
Implementation ofRDFLink
where the query, update and graph store operations are given by specific implementations of the respective interfaces.Methods in org.apache.jena.rdflink that return RDFLinkModifier and TypeMethodDescriptionstatic RDFLink
RDFLinkAdapter.adapt
(RDFConnection conn) RDFLinkDatasetBuilder.build()
RDFLinkHTTPBuilder.build()
Build an {RDFLink}.static RDFLink
Create a connection to a remote location by URL.static RDFLink
RDFLink.connect
(org.apache.jena.sparql.core.DatasetGraph dataset) Connect to a local (same JVM) dataset.static RDFLink
Connect to a local (same JVM) dataset.static RDFLink
RDFLinkDatasetBuilder.connect
(org.apache.jena.sparql.core.DatasetGraph dsg) static RDFLink
static RDFLink
Create a connection to a remote location by URL.static RDFLink
RDFLinkFactory.connect
(String queryServiceEndpoint, String updateServiceEndpoint, String graphStoreProtocolEndpoint) Create a connection specifying the URLs of the service.static RDFLink
RDFLinkFactory.connect
(String datasetURL, String queryServiceEndpoint, String updateServiceEndpoint, String graphStoreProtocolEndpoint) Create a connection to a remote location by URL.static RDFLink
RDFLinkFactory.connect
(org.apache.jena.sparql.core.DatasetGraph dataset) Connect to a local (same JVM) dataset.static RDFLink
Connect to a local (same JVM) dataset.static RDFLink
Make a remote RDFConnection to the URL, with user and password for the client access using basic auth.RDFConnectionAdapter.getLink()
Return theRDFLink
for this connection.static RDFLink
RDFLink.queryConnect
(String queryServiceURL) Create a connection to a remote location for SPARQL query requestsMethods in org.apache.jena.rdflink with parameters of type RDFLinkMethod parameters in org.apache.jena.rdflink with type arguments of type RDFLinkModifier and TypeMethodDescriptionRDFLinkHTTPBuilder.creator
(Function<RDFLinkHTTPBuilder, RDFLink> function) Provide an alternative function to make theRDFLink
object.