public class ParameterizedQueryOperation extends AbstractParameterizedQueryOperation
Constructor and Description |
---|
ParameterizedQueryOperation(String sparqlString,
Collection<Binding> parameters,
String name)
Creates a new parameterized query 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, getQuery, getQueryString
getContentString, getParameterizedSparql
getId, getName, getStats, setId
public ParameterizedQueryOperation(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.