Package org.apache.jena.update
Class UpdateExecutionFactory
- java.lang.Object
-
- org.apache.jena.update.UpdateExecutionFactory
-
public class UpdateExecutionFactory extends java.lang.ObjectCreate UpdateProcessors (one-time executions of a SPARQL Update request)
-
-
Constructor Summary
Constructors Constructor Description UpdateExecutionFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UpdateProcessorcreate(UpdateRequest updateRequest, Dataset dataset)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorcreate(UpdateRequest updateRequest, Dataset dataset, QuerySolution inputBinding)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorcreate(UpdateRequest updateRequest, Dataset dataset, QuerySolution inputBinding, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorcreate(UpdateRequest updateRequest, Dataset dataset, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorcreate(UpdateRequest updateRequest, DatasetGraph datasetGraph)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorcreate(UpdateRequest updateRequest, DatasetGraph datasetGraph, Binding inputBinding)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorcreate(UpdateRequest updateRequest, DatasetGraph datasetGraph, Binding inputBinding, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorcreate(UpdateRequest updateRequest, DatasetGraph datasetGraph, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorcreate(Update update, Dataset dataset)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorcreate(Update update, Dataset dataset, QuerySolution inputBinding)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorcreate(Update update, DatasetGraph datasetGraph)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorcreate(Update update, DatasetGraph datasetGraph, Binding inputBinding)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorcreateRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorcreateRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorcreateRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorcreateRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorcreateRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorcreateRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorcreateRemote(Update update, java.lang.String remoteEndpoint)Create an UpdateProcessor that sends the update to a remote SPARQL Update service.static UpdateProcessorcreateRemote(Update update, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update to a remote SPARQL Update service.static UpdateProcessorcreateRemote(Update update, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update to a remote SPARQL Update service.static UpdateProcessorcreateRemote(Update update, java.lang.String remoteEndpoint, Context context)Create an UpdateProcessor that sends the update to a remote SPARQL Update service.static UpdateProcessorcreateRemote(Update update, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update to a remote SPARQL Update service.static UpdateProcessorcreateRemote(Update update, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update to a remote SPARQL Update service.static UpdateProcessorcreateRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorcreateRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorcreateRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorcreateRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorcreateRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorcreateRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorcreateRemoteForm(Update update, java.lang.String remoteEndpoint)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorcreateRemoteForm(Update update, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorcreateRemoteForm(Update update, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorcreateRemoteForm(Update update, java.lang.String remoteEndpoint, Context context)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorcreateRemoteForm(Update update, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorcreateRemoteForm(Update update, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorStreamingcreateStreaming(Dataset dataset)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorStreamingcreateStreaming(Dataset dataset, QuerySolution inputBinding)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorStreamingcreateStreaming(Dataset dataset, QuerySolution inputBinding, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorStreamingcreateStreaming(Dataset dataset, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorStreamingcreateStreaming(DatasetGraph datasetGraph)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorStreamingcreateStreaming(DatasetGraph datasetGraph, Binding inputBinding)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorStreamingcreateStreaming(DatasetGraph datasetGraph, Binding inputBinding, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorStreamingcreateStreaming(DatasetGraph datasetGraph, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
-
-
-
Method Detail
-
create
public static UpdateProcessor create(Update update, Dataset dataset)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
update-dataset-- Returns:
- UpdateProcessor or null
-
create
public static UpdateProcessor create(Update update, DatasetGraph datasetGraph)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
update-datasetGraph-- Returns:
- UpdateProcessor or null
-
create
public static UpdateProcessor create(Update update, Dataset dataset, QuerySolution inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
update-dataset-inputBinding- Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)- Returns:
- UpdateProcessor or null
-
create
public static UpdateProcessor create(Update update, DatasetGraph datasetGraph, Binding inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
update-datasetGraph-inputBinding- Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)- Returns:
- UpdateProcessor or null
-
create
public static UpdateProcessor create(UpdateRequest updateRequest, Dataset dataset)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
updateRequest-dataset-- Returns:
- UpdateProcessor or null
-
create
public static UpdateProcessor create(UpdateRequest updateRequest, DatasetGraph datasetGraph)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
updateRequest-datasetGraph-- Returns:
- UpdateProcessor or null
-
create
public static UpdateProcessor create(UpdateRequest updateRequest, Dataset dataset, QuerySolution inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
updateRequest-dataset-inputBinding- Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)- Returns:
- UpdateProcessor or null
-
create
public static UpdateProcessor create(UpdateRequest updateRequest, DatasetGraph datasetGraph, Binding inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
updateRequest-datasetGraph-inputBinding- Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)- Returns:
- UpdateProcessor or null
-
createStreaming
public static UpdateProcessorStreaming createStreaming(Dataset dataset)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
dataset-- Returns:
- UpdateProcessor or null
-
createStreaming
public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
datasetGraph-- Returns:
- UpdateProcessor or null
-
createStreaming
public static UpdateProcessorStreaming createStreaming(Dataset dataset, QuerySolution inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
dataset-inputBinding- Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)- Returns:
- UpdateProcessor or null
-
createStreaming
public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph, Binding inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
datasetGraph-inputBinding- Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)- Returns:
- UpdateProcessor or null
-
createStreaming
public static UpdateProcessorStreaming createStreaming(Dataset dataset, Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
dataset-context- (null means use merge of global and graph store context))- Returns:
- UpdateProcessor or null
-
createStreaming
public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph, Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
datasetGraph-context- (null means use merge of global and graph store context))- Returns:
- UpdateProcessor or null
-
createStreaming
public static UpdateProcessorStreaming createStreaming(Dataset dataset, QuerySolution inputBinding, Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
dataset-inputBinding- Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)context- (null means use merge of global and graph store context))- Returns:
- UpdateProcessor or null
-
createStreaming
public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph, Binding inputBinding, Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
datasetGraph-inputBinding- Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)context- (null means use merge of global and graph store context))- Returns:
- UpdateProcessor or null
-
create
public static UpdateProcessor create(UpdateRequest updateRequest, Dataset dataset, Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
updateRequest-dataset-context- (null means use merge of global and graph store context))- Returns:
- UpdateProcessor or null
-
create
public static UpdateProcessor create(UpdateRequest updateRequest, DatasetGraph datasetGraph, Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor- Parameters:
updateRequest-datasetGraph-context- (null means use merge of global and graph store context))- Returns:
- UpdateProcessor or null
-
create
public static UpdateProcessor 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- Parameters:
updateRequest-dataset-inputBinding- Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)context- (null means use merge of global and graph store context))- Returns:
- UpdateProcessor or null
-
create
public static UpdateProcessor 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- Parameters:
updateRequest-datasetGraph-inputBinding- Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)context- (null means use merge of global and graph store context))- Returns:
- UpdateProcessor or null
-
createRemote
public static UpdateProcessor createRemote(Update update, java.lang.String remoteEndpoint)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.- Parameters:
update- UpdatesremoteEndpoint- Endpoint URL- Returns:
- Remote Update processor
-
createRemote
public static UpdateProcessor createRemote(Update update, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.- Parameters:
update- UpdatesremoteEndpoint- Endpoint URLclient- HTTP client- Returns:
- Remote Update processor
-
createRemote
public static UpdateProcessor createRemote(Update update, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.- Parameters:
update- UpdatesremoteEndpoint- Endpoint URLclient- HTTP client- Returns:
- Remote Update processor
-
createRemote
public static UpdateProcessor createRemote(Update update, java.lang.String remoteEndpoint, Context context)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.- Parameters:
update- UpdatesremoteEndpoint- Endpoint URLcontext- Context- Returns:
- Remote Update processor
-
createRemote
public static UpdateProcessor createRemote(Update update, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.- Parameters:
update- UpdatesremoteEndpoint- Endpoint URLcontext- Contextclient- HTTP client- Returns:
- Remote Update processor
-
createRemote
public static UpdateProcessor createRemote(Update update, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.- Parameters:
update- UpdatesremoteEndpoint- Endpoint URLcontext- Contextclient- HTTP clienthttpContext- HTTP Context- Returns:
- Remote Update processor
-
createRemote
public static UpdateProcessor createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.- Parameters:
updateRequest- UpdatesremoteEndpoint- Endpoint URL- Returns:
- Remote Update processor
-
createRemote
public static UpdateProcessor createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.- Parameters:
updateRequest- UpdatesremoteEndpoint- Endpoint URLclient- HTTP client- Returns:
- Remote Update processor
-
createRemote
public static UpdateProcessor createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.- Parameters:
updateRequest- UpdatesremoteEndpoint- Endpoint URLclient- HTTP clienthttpContext- HTTP Context- Returns:
- Remote Update processor
-
createRemote
public static UpdateProcessor createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.- Parameters:
updateRequest- UpdatesremoteEndpoint- Endpoint URLcontext- Context- Returns:
- Remote Update processor
-
createRemote
public static UpdateProcessor createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.- Parameters:
updateRequest- UpdatesremoteEndpoint- Endpoint URLcontext- Contextclient- HTTP client- Returns:
- Remote Update processor
-
createRemote
public static UpdateProcessor createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.- Parameters:
updateRequest- UpdatesremoteEndpoint- Endpoint URLcontext- Contextclient- HTTP clienthttpContext- HTTP Context- Returns:
- Remote Update processor
-
createRemoteForm
public static UpdateProcessor createRemoteForm(Update update, java.lang.String remoteEndpoint)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form- Parameters:
update- UpdatesremoteEndpoint- Endpoint URL- Returns:
- Remote Update processor
-
createRemoteForm
public static UpdateProcessor createRemoteForm(Update update, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form- Parameters:
update- UpdatesremoteEndpoint- Endpoint URLclient- HTTP client- Returns:
- Remote Update processor
-
createRemoteForm
public static UpdateProcessor createRemoteForm(Update update, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form- Parameters:
update- UpdatesremoteEndpoint- Endpoint URLclient- HTTP clienthttpContext- HTTP Context- Returns:
- Remote Update processor
-
createRemoteForm
public static UpdateProcessor createRemoteForm(Update update, java.lang.String remoteEndpoint, Context context)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form- Parameters:
update- UpdatesremoteEndpoint- Endpoint URLcontext- Context- Returns:
- Remote Update processor
-
createRemoteForm
public static UpdateProcessor createRemoteForm(Update update, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form- Parameters:
update- UpdatesremoteEndpoint- Endpoint URLcontext- Contextclient- HTTP client- Returns:
- Remote Update processor
-
createRemoteForm
public static UpdateProcessor createRemoteForm(Update update, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form- Parameters:
update- UpdatesremoteEndpoint- Endpoint URLcontext- Contextclient- HTTP clienthttpContext- HTTP Context- Returns:
- Remote Update processor
-
createRemoteForm
public static UpdateProcessor createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form- Parameters:
updateRequest- UpdatesremoteEndpoint- Endpoint URL- Returns:
- Remote Update processor
-
createRemoteForm
public static UpdateProcessor createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form- Parameters:
updateRequest- UpdatesremoteEndpoint- Endpoint URLclient- HTTP client- Returns:
- Remote Update processor
-
createRemoteForm
public static UpdateProcessor createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form- Parameters:
updateRequest- UpdatesremoteEndpoint- Endpoint URLclient- HTTP clienthttpContext- HTTP Context- Returns:
- Remote Update processor
-
createRemoteForm
public static UpdateProcessor createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form- Parameters:
updateRequest- UpdatesremoteEndpoint- Endpoint URLcontext- Context- Returns:
- Remote Update processor
-
createRemoteForm
public static UpdateProcessor createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form- Parameters:
updateRequest- UpdatesremoteEndpoint- Endpoint URLcontext- Contextclient- HTTP client- Returns:
- Remote Update processor
-
createRemoteForm
public static UpdateProcessor createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form- Parameters:
updateRequest- UpdatesremoteEndpoint- Endpoint URLcontext- Contextclient- HTTP clienthttpContext- HTTP Context- Returns:
- Remote Update processor
-
-