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:
- java.lang.Iterable<Update>, Printable
public class UpdateRequest
- extends Prologue
- implements Printable, java.lang.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 |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UpdateRequest
public UpdateRequest()
UpdateRequest
public UpdateRequest(Update update)
addUpdate
@Deprecated
public void addUpdate(Update update)
- Deprecated. Use {#add(Update)
add
public UpdateRequest add(Update update)
add
public UpdateRequest add(java.lang.String string)
getOperations
public java.util.List<Update> getOperations()
getUpdates
@Deprecated
public java.util.List<Update> getUpdates()
- Deprecated.
iterator
public java.util.Iterator<Update> iterator()
- Specified by:
iterator in interface java.lang.Iterable<Update>
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
output
public void output(IndentedWriter out)
- Specified by:
output in interface Printable
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.