Uses of Package
org.eclipse.rdf4j.http.protocol.transaction.operations
-
Packages that use org.eclipse.rdf4j.http.protocol.transaction.operations Package Description org.eclipse.rdf4j.http.client org.eclipse.rdf4j.http.protocol.transaction org.eclipse.rdf4j.http.protocol.transaction.operations org.eclipse.rdf4j.repository.http A repository that serves as a proxy client for a remote repository on an RDF4J Server. -
Classes in org.eclipse.rdf4j.http.protocol.transaction.operations used by org.eclipse.rdf4j.http.client Class Description TransactionOperation An update operation that is part of a transaction. -
Classes in org.eclipse.rdf4j.http.protocol.transaction.operations used by org.eclipse.rdf4j.http.protocol.transaction Class Description AddStatementOperation Operation to add a statement.ClearNamespacesOperation Operation that removes all namespace declarations.ClearOperation Operation that clears the whole repository.RemoveNamespaceOperation Operation that removes the namespace for a specific prefix.RemoveStatementsOperation Operation to remove statements matching specific pattern of subject, predicate and object.SetNamespaceOperation Operation that sets the namespace for a specific prefix.SPARQLUpdateOperation Encapsulation of a SPARQL 1.1 update operation executed as part of a transaction.StatementOperation A context operation with (optional) subject, predicate, object.TransactionOperation An update operation that is part of a transaction. -
Classes in org.eclipse.rdf4j.http.protocol.transaction.operations used by org.eclipse.rdf4j.http.protocol.transaction.operations Class Description ContextOperation A TransactionOperation that operates on a specific (set of) contexts.StatementOperation A context operation with (optional) subject, predicate, object.TransactionOperation An update operation that is part of a transaction. -
Classes in org.eclipse.rdf4j.http.protocol.transaction.operations used by org.eclipse.rdf4j.repository.http Class Description TransactionOperation An update operation that is part of a transaction.