Uses of Interface
org.eclipse.rdf4j.http.protocol.transaction.operations.TransactionOperation
Package
Description
-
Uses of TransactionOperation in org.eclipse.rdf4j.http.client
Modifier and TypeMethodDescriptionvoid
RDF4JProtocolSession.sendTransaction(Iterable<? extends TransactionOperation> txn)
Deprecated.since 2.8.0 -
Uses of TransactionOperation in org.eclipse.rdf4j.http.protocol.transaction
Modifier and TypeMethodDescriptionTransactionReader.parse(InputStream in)
parse the transaction from the serializationparse the transaction from the serializationModifier and TypeMethodDescriptionprotected void
TransactionWriter.serialize(TransactionOperation op, XMLWriter xmlWriter)
Serializes the supplied operation.Modifier and TypeMethodDescriptionvoid
TransactionWriter.serialize(Iterable<? extends TransactionOperation> txn, OutputStream out)
serialize the passed list of operations to the passed writer. -
Uses of TransactionOperation in org.eclipse.rdf4j.http.protocol.transaction.operations
Modifier and TypeClassDescriptionclass
Operation to add a statement.class
Operation that removes all namespace declarations.class
Operation that clears the whole repository.class
A TransactionOperation that operates on a specific (set of) contexts.class
Operation that removes the namespace for a specific prefix.class
Operation to remove statements matching specific pattern of subject, predicate and object.class
Operation that sets the namespace for a specific prefix.class
Encapsulation of a SPARQL 1.1 update operation executed as part of a transaction.class
A context operation with (optional) subject, predicate, object.