|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionOperation | |
|---|---|
| org.openrdf.http.client | |
| org.openrdf.http.protocol.transaction | |
| org.openrdf.http.protocol.transaction.operations | |
| Uses of TransactionOperation in org.openrdf.http.client |
|---|
| Method parameters in org.openrdf.http.client with type arguments of type TransactionOperation | |
|---|---|
void |
HTTPClient.sendTransaction(Iterable<? extends TransactionOperation> txn)
|
| Uses of TransactionOperation in org.openrdf.http.protocol.transaction |
|---|
| Methods in org.openrdf.http.protocol.transaction that return types with arguments of type TransactionOperation | |
|---|---|
Collection<TransactionOperation> |
TransactionReader.parse(InputStream in)
parse the transaction from the serialization |
Collection<TransactionOperation> |
TransactionReader.parse(Reader in)
parse the transaction from the serialization |
| Method parameters in org.openrdf.http.protocol.transaction with type arguments of type TransactionOperation | |
|---|---|
void |
TransactionWriter.serialize(Iterable<? extends TransactionOperation> txn,
OutputStream out)
serialize the passed list of operations to the passed writer. |
| Uses of TransactionOperation in org.openrdf.http.protocol.transaction.operations |
|---|
| Classes in org.openrdf.http.protocol.transaction.operations that implement TransactionOperation | |
|---|---|
class |
AddStatementOperation
Operation to add a statement. |
class |
ClearNamespacesOperation
Operation that removes all namespace declarations. |
class |
ClearOperation
Operation that clears the whole repository. |
class |
ContextOperation
A TransactionOperation that operates on a specific (set of) contexts. |
class |
RemoveNamespaceOperation
Operation that removes the namespace for a specific prefix. |
class |
RemoveStatementsOperation
Operation to remove statements matching specific pattern of subject, predicate and object. |
class |
SetNamespaceOperation
Operation that sets the namespace for a specific prefix. |
class |
StatementOperation
A context operation with (optional) subject, predicate, object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||