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 TypeClassDescriptionclassclassImplement ofRDFLinkover aGraphin the same JVM.classImplementation of theRDFLinkinterface for connecting to an Apache Jena Fuseki.classImplementation of theRDFLinkinterface using remote SPARQL operations.classImplementation ofRDFLinkwhere 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 RDFLinkRDFLinkAdapter.adapt(RDFConnection conn) RDFLinkDatasetBuilder.build()RDFLinkHTTPBuilder.build()Build an {RDFLink}.static RDFLinkCreate a connection to a remote location by URL.static RDFLinkRDFLink.connect(org.apache.jena.sparql.core.DatasetGraph dataset) Connect to a local (same JVM) dataset.static RDFLinkConnect to a local (same JVM) dataset.static RDFLinkRDFLinkDatasetBuilder.connect(org.apache.jena.sparql.core.DatasetGraph dsg) static RDFLinkstatic RDFLinkCreate a connection to a remote location by URL.static RDFLinkRDFLinkFactory.connect(String queryServiceEndpoint, String updateServiceEndpoint, String graphStoreProtocolEndpoint) Create a connection specifying the URLs of the service.static RDFLinkRDFLinkFactory.connect(String datasetURL, String queryServiceEndpoint, String updateServiceEndpoint, String graphStoreProtocolEndpoint) Create a connection to a remote location by URL.static RDFLinkRDFLinkFactory.connect(org.apache.jena.sparql.core.DatasetGraph dataset) Connect to a local (same JVM) dataset.static RDFLinkConnect to a local (same JVM) dataset.static RDFLinkMake a remote RDFConnection to the URL, with user and password for the client access using basic auth.RDFConnectionAdapter.getLink()Return theRDFLinkfor this connection.static RDFLinkRDFLink.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 theRDFLinkobject.