Modifier and Type | Field and Description |
---|---|
protected List<UpdateOperation> |
operations |
Constructor and Description |
---|
SimpleUpdate() |
Modifier and Type | Method and Description |
---|---|
void |
addOperation(UpdateOperation updateOperation) |
Set<UriRef> |
getReferredGraphs(UriRef defaultGraph,
TcProvider tcProvider) |
protected List<UpdateOperation> operations
public Set<UriRef> getReferredGraphs(UriRef defaultGraph, TcProvider tcProvider)
getReferredGraphs
in interface Update
defaultGraph
- if default graph is referred either implicitly or explicitly in a SPARQL Update
the specified defaultGraph should be returned in the resulting set.tcProvider
- the specified tcProvider is used to get the named graphs referred in the SPARQL Update
.Update
.public void addOperation(UpdateOperation updateOperation)
addOperation
in interface Update
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.