Uses of Class
org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
-
Packages that use StatementOperation Package Description org.eclipse.rdf4j.http.protocol.transaction org.eclipse.rdf4j.http.protocol.transaction.operations -
-
Uses of StatementOperation in org.eclipse.rdf4j.http.protocol.transaction
Methods in org.eclipse.rdf4j.http.protocol.transaction with parameters of type StatementOperation Modifier and Type Method Description protected void
TransactionWriter. serialize(StatementOperation op, XMLWriter xmlWriter)
-
Uses of StatementOperation in org.eclipse.rdf4j.http.protocol.transaction.operations
Subclasses of StatementOperation in org.eclipse.rdf4j.http.protocol.transaction.operations Modifier and Type Class Description class
AddStatementOperation
Operation to add a statement.class
RemoveStatementsOperation
Operation to remove statements matching specific pattern of subject, predicate and object.
-