public class ParameterizedUpdateOperation extends AbstractParameterizedUpdateOperation
Constructor and Description |
---|
ParameterizedUpdateOperation(String sparqlString,
Collection<Binding> parameters,
String name)
Creates a new parameterized update operation
|
Modifier and Type | Method and Description |
---|---|
<T extends Options> |
canRun(Runner<T> runner,
T options)
Report whether the operation can run based on the available options
|
String |
getType()
Gets a descriptive type string for the operation e.g.
|
createCallable, createErrorInformation, getUpdate, getUpdateString
getContentString, getParameterizedSparql
getId, getName, getStats, setId
public ParameterizedUpdateOperation(String sparqlString, Collection<Binding> parameters, String name)
sparqlString
- SPARQL Stringparameters
- Parametersname
- Namepublic <T extends Options> boolean canRun(Runner<T> runner, T options)
Operation
runner
- Runneroptions
- OptionsCopyright © 2015. All rights reserved.