Uses of Interface
org.eclipse.rdf4j.http.protocol.transaction.operations.TransactionOperation
Packages that use TransactionOperation
Package
Description
-
Uses of TransactionOperation in org.eclipse.rdf4j.http.client
Method parameters in org.eclipse.rdf4j.http.client with type arguments of type TransactionOperationModifier and TypeMethodDescriptionvoid
RDF4JProtocolSession.sendTransaction
(Iterable<? extends TransactionOperation> txn) Deprecated.since 2.8.0 -
Uses of TransactionOperation in org.eclipse.rdf4j.http.protocol.transaction
Methods in org.eclipse.rdf4j.http.protocol.transaction that return types with arguments of type TransactionOperationModifier and TypeMethodDescriptionTransactionReader.parse
(InputStream in) parse the transaction from the serializationparse the transaction from the serializationMethods in org.eclipse.rdf4j.http.protocol.transaction with parameters of type TransactionOperationModifier and TypeMethodDescriptionprotected void
TransactionWriter.serialize
(TransactionOperation op, XMLWriter xmlWriter) Serializes the supplied operation.Method parameters in org.eclipse.rdf4j.http.protocol.transaction with type arguments of type TransactionOperationModifier 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
Classes in org.eclipse.rdf4j.http.protocol.transaction.operations that implement TransactionOperationModifier 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.