Package | Description |
---|---|
com.hp.hpl.jena.sparql.modify | |
com.hp.hpl.jena.update |
Modifier and Type | Class and Description |
---|---|
class |
UpdateProcessorBase
Class to hold the general state of a update request execution.
|
class |
UpdateProcessRemote
UpdateProcess that send the request to a SPARQL endpoint by using POST of application/sparql-update.
|
class |
UpdateProcessRemoteBase
Abstract base class for update processors that perform remote updates over
HTTP
|
class |
UpdateProcessRemoteForm
UpdateProcess that send the request to a SPARQL endpoint by using an HTML form and POST
Use of application/sparql-update via @link{UpdateProcessRemote} is preferred.
|
Modifier and Type | Method and Description |
---|---|
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
GraphStore graphStore)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
Context context)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint)
Create an UpdateProcessor that send the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that send the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
String remoteEndpoint)
Create an UpdateProcessor that send the update to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that send the update to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint)
Create an UpdateProcessor that send the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that send the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
String remoteEndpoint)
Create an UpdateProcessor that send the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that send the update request to a remote SPARQL Update service using an HTML form
|
Licenced under the Apache License, Version 2.0