Uses of Class
org.apache.jena.query.ModelStore
Packages that use ModelStore
-
Uses of ModelStore in org.apache.jena.query
Methods in org.apache.jena.query that return ModelStoreModifier and TypeMethodDescriptionSet the accept header on GET requests.ModelStore.acceptHeader
(String acceptHeader) Set the accept header on GET requests.ModelStore.contentType
(RDFFormat rdfFormat) Set the Content-type for a POST, PUT request of a file or serialization of a graph of dataset is necessary.ModelStore.contentTypeHeader
(String contentType) Set the Content-type for a POST, PUT request of a file or serialization of a graph of dataset is necessary.ModelStore.defaultGraph()
Send request for the default graph (that is,?default
)ModelStore.defaultModel()
Send request for the default graph (that is,?default
)Set the URL of the query endpoint.ModelStore.httpClient
(HttpClient httpClient) ModelStore.httpHeader
(String headerName, String headerValue) Set an HTTP header that is added to the request.ModelStore.namedGraph
(String graphName) Send request for a named graph (that is,?graph=
)static ModelStore
Create a request to the remote service (without Graph Store Protocol naming).