public class UpdateExecutionFactory extends Object
| Constructor and Description |
|---|
UpdateExecutionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateProcessor |
create(Update update,
Dataset dataset)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
create(Update update,
DatasetGraph datasetGraph)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
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
|
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
|
static UpdateProcessor |
create(UpdateRequest updateRequest,
Dataset dataset)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
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
|
static UpdateProcessor |
create(UpdateRequest updateRequest,
DatasetGraph datasetGraph)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
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
|
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
|
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
|
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
|
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
|
static UpdateProcessor |
createRemote(UpdateRequest updateRequest,
String remoteEndpoint)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
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 |
createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
createRemote(Update update,
String remoteEndpoint)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
|
static UpdateProcessor |
createRemote(Update update,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
|
static UpdateProcessor |
createRemote(Update update,
String remoteEndpoint,
Context context,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
|
static UpdateProcessor |
createRemote(Update update,
String remoteEndpoint,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
|
static UpdateProcessor |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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
|
static UpdateProcessorStreaming |
createStreaming(Dataset dataset)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
createStreaming(Dataset dataset,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
createStreaming(DatasetGraph datasetGraph)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
createStreaming(DatasetGraph datasetGraph,
Binding inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
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
|
static UpdateProcessorStreaming |
createStreaming(DatasetGraph datasetGraph,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
createStreaming(Dataset dataset,
QuerySolution inputBinding)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
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
|
public static UpdateProcessor create(Update update, Dataset dataset)
update - dataset - public static UpdateProcessor create(Update update, DatasetGraph datasetGraph)
update - datasetGraph - public static UpdateProcessor create(Update update, Dataset dataset, QuerySolution inputBinding)
update - dataset - inputBinding - Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)public static UpdateProcessor create(Update update, DatasetGraph datasetGraph, Binding inputBinding)
update - datasetGraph - inputBinding - Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)public static UpdateProcessor create(UpdateRequest updateRequest, Dataset dataset)
updateRequest - dataset - public static UpdateProcessor create(UpdateRequest updateRequest, DatasetGraph datasetGraph)
updateRequest - datasetGraph - public static UpdateProcessor create(UpdateRequest updateRequest, Dataset dataset, QuerySolution inputBinding)
updateRequest - dataset - inputBinding - Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)public static UpdateProcessor create(UpdateRequest updateRequest, DatasetGraph datasetGraph, Binding inputBinding)
updateRequest - datasetGraph - inputBinding - Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)public static UpdateProcessorStreaming createStreaming(Dataset dataset)
dataset - public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph)
datasetGraph - public static UpdateProcessorStreaming createStreaming(Dataset dataset, QuerySolution inputBinding)
dataset - inputBinding - Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph, Binding inputBinding)
datasetGraph - inputBinding - Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)public static UpdateProcessorStreaming createStreaming(Dataset dataset, Context context)
dataset - context - (null means use merge of global and graph store context))public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph, Context context)
datasetGraph - context - (null means use merge of global and graph store context))public static UpdateProcessorStreaming createStreaming(Dataset dataset, QuerySolution inputBinding, Context context)
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))public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph, Binding inputBinding, Context context)
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))public static UpdateProcessor create(UpdateRequest updateRequest, Dataset dataset, Context context)
updateRequest - dataset - context - (null means use merge of global and graph store context))public static UpdateProcessor create(UpdateRequest updateRequest, DatasetGraph datasetGraph, Context context)
updateRequest - datasetGraph - context - (null means use merge of global and graph store context))public static UpdateProcessor create(UpdateRequest updateRequest, Dataset dataset, QuerySolution inputBinding, Context context)
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))public static UpdateProcessor create(UpdateRequest updateRequest, DatasetGraph datasetGraph, Binding inputBinding, Context context)
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))public static UpdateProcessor createRemote(Update update, String remoteEndpoint)
update - UpdatesremoteEndpoint - Endpoint URLpublic static UpdateProcessor createRemote(Update update, String remoteEndpoint, HttpAuthenticator authenticator)
update - UpdatesremoteEndpoint - Endpoint URLauthenticator - HTTP Authenticatorpublic static UpdateProcessor createRemote(Update update, String remoteEndpoint, Context context)
update - UpdatesremoteEndpoint - Endpoint URLcontext - Contextpublic static UpdateProcessor createRemote(Update update, String remoteEndpoint, Context context, HttpAuthenticator authenticator)
update - UpdatesremoteEndpoint - Endpoint URLcontext - Contextauthenticator - HTTP Authenticatorpublic static UpdateProcessor createRemote(UpdateRequest updateRequest, String remoteEndpoint)
updateRequest - UpdatesremoteEndpoint - Endpoint URLpublic static UpdateProcessor createRemote(UpdateRequest updateRequest, String remoteEndpoint, HttpAuthenticator authenticator)
updateRequest - UpdatesremoteEndpoint - Endpoint URLauthenticator - HTTP Authenticatorpublic static UpdateProcessor createRemote(UpdateRequest updateRequest, String remoteEndpoint, Context context)
updateRequest - UpdatesremoteEndpoint - Endpoint URLcontext - Contextpublic static UpdateProcessor createRemote(UpdateRequest updateRequest, String remoteEndpoint, Context context, HttpAuthenticator authenticator)
updateRequest - UpdatesremoteEndpoint - Endpoint URLcontext - Contextauthenticator - HTTP Authenticatorpublic static UpdateProcessor createRemoteForm(Update update, String remoteEndpoint)
update - UpdatesremoteEndpoint - Endpoint URLpublic static UpdateProcessor createRemoteForm(Update update, String remoteEndpoint, HttpAuthenticator authenticator)
update - UpdatesremoteEndpoint - Endpoint URLauthenticator - HTTP Authenticatorpublic static UpdateProcessor createRemoteForm(Update update, String remoteEndpoint, Context context)
update - UpdatesremoteEndpoint - Endpoint URLcontext - Contextpublic static UpdateProcessor createRemoteForm(Update update, String remoteEndpoint, Context context, HttpAuthenticator authenticator)
update - UpdatesremoteEndpoint - Endpoint URLcontext - Contextauthenticator - HTTP Authenticatorpublic static UpdateProcessor createRemoteForm(UpdateRequest updateRequest, String remoteEndpoint)
updateRequest - UpdatesremoteEndpoint - Endpoint URLpublic static UpdateProcessor createRemoteForm(UpdateRequest updateRequest, String remoteEndpoint, HttpAuthenticator authenticator)
updateRequest - UpdatesremoteEndpoint - Endpoint URLauthenticator - HTTP Authenticatorpublic static UpdateProcessor createRemoteForm(UpdateRequest updateRequest, String remoteEndpoint, Context context)
updateRequest - UpdatesremoteEndpoint - Endpoint URLcontext - Contextpublic static UpdateProcessor createRemoteForm(UpdateRequest updateRequest, String remoteEndpoint, Context context, HttpAuthenticator authenticator)
updateRequest - UpdatesremoteEndpoint - Endpoint URLcontext - Contextauthenticator - HTTP AuthenticatorLicenced under the Apache License, Version 2.0