Package | Description |
---|---|
org.apache.jena.sparql.modify | |
org.apache.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,
Dataset dataset)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
DatasetGraph datasetGraph)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
DatasetGraph datasetGraph,
Binding inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
Dataset dataset,
QuerySolution inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
Dataset dataset)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
Dataset dataset,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
DatasetGraph datasetGraph)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
DatasetGraph datasetGraph,
Binding inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
DatasetGraph datasetGraph,
Binding inputBinding,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
DatasetGraph datasetGraph,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
Dataset dataset,
QuerySolution inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
Dataset dataset,
QuerySolution inputBinding,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
Context context,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
String remoteEndpoint)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
String remoteEndpoint,
Context context,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
String remoteEndpoint,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint)
Create an UpdateProcessor that sends 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 sends the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint,
Context context,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends 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 sends 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 sends the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
String remoteEndpoint,
Context context,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
String remoteEndpoint,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
|
Licenced under the Apache License, Version 2.0