com.hp.hpl.jena.update
Class UpdateRequest

java.lang.Object
  extended by com.hp.hpl.jena.sparql.core.Prologue
      extended by com.hp.hpl.jena.update.UpdateRequest
All Implemented Interfaces:
Iterable<Update>, Printable

public class UpdateRequest
extends Prologue
implements Printable, Iterable<Update>


Constructor Summary
UpdateRequest()
           
UpdateRequest(Update update)
           
 
Method Summary
 UpdateRequest add(String string)
           
 UpdateRequest add(Update update)
           
 void addUpdate(Update update)
          Deprecated. Use @link{#add(Update)}
 List<Update> getOperations()
           
 List<Update> getUpdates()
          Deprecated. 
 Iterator<Update> iterator()
           
 void output(IndentedWriter out)
           
 String toString()
           
 
Methods inherited from class com.hp.hpl.jena.sparql.core.Prologue
copy, expandPrefixedName, explicitlySetBaseURI, getBaseURI, getPrefix, getPrefixMapping, getResolver, setBaseURI, setBaseURI, setPrefix, setPrefixMapping, setResolver, shortForm, sub, sub, sub, usePrologueFrom
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateRequest

public UpdateRequest()

UpdateRequest

public UpdateRequest(Update update)
Method Detail

addUpdate

@Deprecated
public void addUpdate(Update update)
Deprecated. Use @link{#add(Update)}


add

public UpdateRequest add(Update update)

add

public UpdateRequest add(String string)

getOperations

public List<Update> getOperations()

getUpdates

@Deprecated
public List<Update> getUpdates()
Deprecated. 


iterator

public Iterator<Update> iterator()
Specified by:
iterator in interface Iterable<Update>

toString

public String toString()
Overrides:
toString in class Object

output

public void output(IndentedWriter out)
Specified by:
output in interface Printable


Licenced under the Apache License, Version 2.0