com.hp.hpl.jena.update
Class UpdateRequest
java.lang.Object
com.hp.hpl.jena.sparql.core.Prologue
com.hp.hpl.jena.update.UpdateRequest
- All Implemented Interfaces:
- Iterable<Update>, Printable
public class UpdateRequest
- extends Prologue
- implements Printable, Iterable<Update>
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 |
UpdateRequest
public UpdateRequest()
UpdateRequest
public UpdateRequest(Update update)
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