com.hp.hpl.jena.update
Interface UpdateProcessor

All Known Implementing Classes:
UpdateProcessorBase, UpdateProcessRemote

public interface UpdateProcessor

An instance of a execution of an UpdateRequest


Method Summary
 void execute()
          Execute
 GraphStore getGraphStore()
          The dataset against which the query will execute.
 void setInitialBinding(QuerySolution binding)
          Set the initial association of variables and values.
 

Method Detail

setInitialBinding

void setInitialBinding(QuerySolution binding)
Set the initial association of variables and values. May not be supported by all UpdateProcessor implementations.

Parameters:
binding -

getGraphStore

GraphStore getGraphStore()
The dataset against which the query will execute. May be null, implying the there isn't a local GraphStore target for this UpdateProcessor.


execute

void execute()
Execute



Licenced under the Apache License, Version 2.0