Uses of Interface
org.apache.jena.rdfconnection.RDFConnection
-
Packages that use RDFConnection Package Description org.apache.jena.rdfconnection org.apache.jena.rdflink -
-
Uses of RDFConnection in org.apache.jena.rdfconnection
Subinterfaces of RDFConnection in org.apache.jena.rdfconnection Modifier and Type Interface Description interfaceRDFConnectionFusekiImplementation of theRDFConnectioninterface for connecting to an Apache Jena Fuseki.interfaceRDFConnectionRemoteClasses in org.apache.jena.rdfconnection that implement RDFConnection Modifier and Type Class Description static classRDFConnectionFuseki.RDFConnectionFusekiImplclassRDFConnectionLocalDeprecated.UseRDFConnectionFactory.classRDFConnectionWrapperWrapper for anRDFConnection.Methods in org.apache.jena.rdfconnection that return RDFConnection Modifier and Type Method Description RDFConnectionRDFConnectionRemoteBuilder. build()Build anRDFConnection.static RDFConnectionRDFConnection. connect(java.lang.String serviceURL)Create a connection to a remote location by URL.static RDFConnectionRDFConnection. connect(Dataset dataset)Connect to a local (same JVM) dataset.static RDFConnectionRDFConnection. connect(Dataset dataset, Isolation isolation)Connect to a local (same JVM) dataset.static RDFConnectionRDFConnectionFactory. connect(java.lang.String destination)Deprecated.static RDFConnectionRDFConnectionFactory. connect(java.lang.String queryServiceEndpoint, java.lang.String updateServiceEndpoint, java.lang.String graphStoreProtocolEndpoint)Deprecated.UseRDFConnectionRemote.service(java.lang.String)and set the endpoints.static RDFConnectionRDFConnectionFactory. connect(java.lang.String datasetURL, java.lang.String queryServiceEndpoint, java.lang.String updateServiceEndpoint, java.lang.String graphStoreProtocolEndpoint)Deprecated.UseRDFConnectionRemote.service(java.lang.String)and set the endpoints.static RDFConnectionRDFConnectionFactory. connect(Dataset dataset)Deprecated.Useconnect(Dataset).static RDFConnectionRDFConnectionFactory. connect(Dataset dataset, Isolation isolation)Deprecated.static RDFConnectionRDFConnectionFuseki. connect(java.lang.String serviceURL)Create a connection to a remote location by URL with the default Fuseki configuration.static RDFConnectionRDFConnection. connectPW(java.lang.String URL, java.lang.String user, java.lang.String password)Make a remote RDFConnection to the URL, with user and password for the client access using basic auth.static RDFConnectionRDFConnectionFactory. connectPW(java.lang.String URL, java.lang.String user, java.lang.String password)Deprecated.static RDFConnectionRDFConnection. queryConnect(java.lang.String queryServiceURL)Create a connection to a remote location for SPARQL query requestsMethod parameters in org.apache.jena.rdfconnection with type arguments of type RDFConnection Modifier and Type Method Description static voidLibSec. withAuth(java.lang.String urlStr, AuthSetup auth, java.util.function.Consumer<RDFConnection> action)Constructors in org.apache.jena.rdfconnection with parameters of type RDFConnection Constructor Description RDFConnectionWrapper(RDFConnection other) -
Uses of RDFConnection in org.apache.jena.rdflink
Classes in org.apache.jena.rdflink that implement RDFConnection Modifier and Type Class Description classRDFConnectionAdapterProvideRDFConnectionusing aRDFLinkMethods in org.apache.jena.rdflink that return RDFConnection Modifier and Type Method Description static RDFConnectionRDFConnectionAdapter. adapt(RDFLink link)Methods in org.apache.jena.rdflink with parameters of type RDFConnection Modifier and Type Method Description static RDFLinkRDFLinkAdapter. adapt(RDFConnection conn)Constructors in org.apache.jena.rdflink with parameters of type RDFConnection Constructor Description RDFLinkAdapter(RDFConnection conn)
-