public abstract class AbstractParameterizedUpdateOperation extends AbstractParameterizedSparqlOperation implements UpdateOperation
| Constructor and Description |
|---|
AbstractParameterizedUpdateOperation(String sparqlString,
Collection<Binding> parameters,
String name)
Creates a new parameterized update 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
|
UpdateRun |
createErrorInformation(String message,
int category,
long runtime)
Creates run information for an error
|
UpdateRequest |
getUpdate()
Gets the actual update
|
String |
getUpdateString()
Gets the update string used to create this update
|
getContentString, getParameterizedSparqlgetId, getName, getStats, setIdpublic AbstractParameterizedUpdateOperation(String sparqlString, Collection<Binding> parameters, String name)
sparqlString - SPARQL Stringparameters - Parametersname - Namepublic <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
OperationcreateCallable in interface Operationrunner - Runneroptions - Optionspublic UpdateRun createErrorInformation(String message, int category, long runtime)
OperationcreateErrorInformation in interface Operationmessage - Error messagecategory - Error categoryruntime - Runtimepublic UpdateRequest getUpdate()
UpdateOperationgetUpdate in interface UpdateOperationpublic String getUpdateString()
UpdateOperationgetUpdateString in interface UpdateOperationCopyright © 2016. All rights reserved.