public class ParameterizedNvpUpdateOperation extends ParameterizedUpdateOperation
| Constructor and Description |
|---|
ParameterizedNvpUpdateOperation(String sparqlString,
Collection<Binding> parameters,
String name,
Map<String,List<String>> nvps)
Creates a new parameterized query operation
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Options> |
createCallable(Runner<T> runner,
T options)
Creates the callable for running the operation in a background thread
|
String |
getType()
Gets a descriptive type string for the operation e.g.
|
canRuncreateErrorInformation, getUpdate, getUpdateStringgetContentString, getParameterizedSparqlgetId, getName, getStats, setIdpublic ParameterizedNvpUpdateOperation(String sparqlString, Collection<Binding> parameters, String name, Map<String,List<String>> nvps)
sparqlString - Update stringparameters - Parametersname - Namenvps - Name value pairspublic <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
OperationcreateCallable in interface OperationcreateCallable in class AbstractParameterizedUpdateOperationrunner - Runneroptions - OptionsCopyright © 2014. All Rights Reserved.