Uses of Package
org.eclipse.rdf4j.http.protocol.transaction.operations
-
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.