Class LoggingUpdate
java.lang.Object
org.eclipse.rdf4j.spring.support.query.DelegatingUpdate
org.eclipse.rdf4j.spring.operationlog.LoggingUpdate
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DelegatingUpdate
clearBindings, getBindings, getDataset, getDelegate, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTimeModifier and TypeMethodDescriptionvoidRemoves all previously set bindings.Retrieves the bindings that have been set on this operation.Gets the dataset that has been set usingOperation.setDataset(Dataset), if any.protected UpdatebooleanReturns whether or not this operation will return inferred statements (if any are present in the repository).intReturns the maximum operation execution time.voidremoveBinding(String name) Removes a previously set binding on the supplied variable.voidsetBinding(String name, Value value) Binds the specified variable to the supplied value.voidsetDataset(Dataset dataset) Specifies the dataset against which to execute an operation, overriding any dataset that is specified in the operation itself.voidsetIncludeInferred(boolean includeInferred) Determine whether evaluation results of this operation should include inferred statements (if any inferred statements are present in the repository).voidsetMaxExecutionTime(int maxExecutionTimeSeconds) Specifies the maximum time that an operation is allowed to run.
-
Constructor Details
-
LoggingUpdate
-
-
Method Details
-
execute
Description copied from interface:UpdateExecute this update on the repository.- Specified by:
executein interfaceUpdate- Overrides:
executein classDelegatingUpdate- Throws:
UpdateExecutionException- if the update could not be successfully completed.
-