| Package | Description | 
|---|---|
| org.eclipse.rdf4j.http.client | |
| org.eclipse.rdf4j.http.protocol.transaction | |
| org.eclipse.rdf4j.http.protocol.transaction.operations | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RDF4JProtocolSession. sendTransaction(Iterable<? extends TransactionOperation> txn)Deprecated. 
 since 2.8.0 | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<TransactionOperation> | TransactionReader. parse(InputStream in)parse the transaction from the serialization | 
| Collection<TransactionOperation> | TransactionReader. parse(Reader in)parse the transaction from the serialization | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TransactionWriter. serialize(TransactionOperation op,
         XMLWriter xmlWriter)Serializes the supplied operation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TransactionWriter. serialize(Iterable<? extends TransactionOperation> txn,
         OutputStream out)serialize the passed list of operations to the passed writer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddStatementOperationOperation to add a statement. | 
| class  | ClearNamespacesOperationOperation that removes all namespace declarations. | 
| class  | ClearOperationOperation that clears the whole repository. | 
| class  | ContextOperationA TransactionOperation that operates on a specific (set of) contexts. | 
| class  | RemoveNamespaceOperationOperation that removes the namespace for a specific prefix. | 
| class  | RemoveStatementsOperationOperation to remove statements matching specific pattern of subject, predicate and object. | 
| class  | SetNamespaceOperationOperation that sets the namespace for a specific prefix. | 
| class  | SPARQLUpdateOperationEncapsulation of a SPARQL 1.1 update operation executed as part of a transaction. | 
| class  | StatementOperationA context operation with (optional) subject, predicate, object. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.