public interface UpdateOperation
Modifier and Type | Interface and Description |
---|---|
static class |
UpdateOperation.GraphSpec |
Modifier and Type | Method and Description |
---|---|
Set<UriRef> |
getDestinationGraphs(UriRef defaultGraph,
TcProvider tcProvider) |
Set<UriRef> |
getInputGraphs(UriRef defaultGraph,
TcProvider tcProvider) |
Set<UriRef> getInputGraphs(UriRef defaultGraph, TcProvider tcProvider)
defaultGraph
- if default graph is referred either implicitly or explicitly as an input graph in this operation
the specified defaultGraph should be returned in the resulting set.tcProvider
- the specified tcProvider is used to get the named graphs referred as input graphs in this operation.Set<UriRef> getDestinationGraphs(UriRef defaultGraph, TcProvider tcProvider)
defaultGraph
- if default graph is referred either implicitly or explicitly as a destination graph in this operation
the specified defaultGraph should be returned in the resulting set.tcProvider
- the specified tcProvider is used to get the named graphs referred as destination graphs in this operation.Copyright © 2014 The Apache Software Foundation. All Rights Reserved.