public class UpdateUtil extends Object
| Constructor and Description |
|---|
UpdateUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<org.apache.jena.graph.Graph> |
getUpdatedGraphs(org.apache.jena.update.Update update,
org.apache.jena.sparql.core.DatasetGraph dsg,
Map<String,org.apache.jena.rdf.model.RDFNode> templateBindings)
Gets all Graphs that are potentially updated in a given Update request.
|
public static Collection<org.apache.jena.graph.Graph> getUpdatedGraphs(org.apache.jena.update.Update update, org.apache.jena.sparql.core.DatasetGraph dsg, Map<String,org.apache.jena.rdf.model.RDFNode> templateBindings)
update - the Update (UpdateModify and UpdateDeleteWhere are supported)dsg - the Dataset to get the Graphs fromCopyright © 2017 TopQuadrant, Inc.. All rights reserved.