Interface AddTriplesApiFunction
-
- All Superinterfaces:
ApiFunction
- All Known Implementing Classes:
ClientImpl,ServletClient
public interface AddTriplesApiFunction extends ApiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddTriples(boolean complete, Uri graphUri, org.apache.jena.shared.PrefixMapping prefixMapping, Iterator<org.apache.jena.graph.Triple> triples)Add all triples from the given graph
-
-
-
Method Detail
-
addTriples
void addTriples(boolean complete, Uri graphUri, org.apache.jena.shared.PrefixMapping prefixMapping, Iterator<org.apache.jena.graph.Triple> triples)Add all triples from the given graph- Parameters:
complete- signal whether this is the last batch of triples or notgraphUri- graph URI to add the triples toprefixMapping- namespace prefix mappingtriples- iterator over triples
-
-