Uses of Interface
org.eclipse.rdf4j.http.protocol.transaction.operations.TransactionOperation
Packages that use TransactionOperation
Package
Description
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
-
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
Fields in org.eclipse.rdf4j.http.protocol.transaction with type parameters of type TransactionOperationModifier and TypeFieldDescriptionprotected Collection
<TransactionOperation> TransactionSAXParser.txn
Methods in org.eclipse.rdf4j.http.protocol.transaction that return TransactionOperationModifier and TypeMethodDescriptionprivate TransactionOperation
TransactionSAXParser.createAddStatementOperation()
private TransactionOperation
TransactionSAXParser.createClearOperation()
private TransactionOperation
TransactionSAXParser.createRemoveStatementsOperation()
Methods in org.eclipse.rdf4j.http.protocol.transaction that return types with arguments of type TransactionOperationModifier and TypeMethodDescriptionTransactionSAXParser.getTxn()
get the parsed transactionTransactionReader.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. -
Uses of TransactionOperation in org.eclipse.rdf4j.repository.http
Fields in org.eclipse.rdf4j.repository.http with type parameters of type TransactionOperationModifier and TypeFieldDescriptionprivate final List
<TransactionOperation> HTTPRepositoryConnection.txn