Uses of Class
org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
-
Packages that use ContextOperation Package Description org.eclipse.rdf4j.http.protocol.transaction.operations -
-
Uses of ContextOperation in org.eclipse.rdf4j.http.protocol.transaction.operations
Subclasses of ContextOperation in org.eclipse.rdf4j.http.protocol.transaction.operations Modifier and Type Class Description class
AddStatementOperation
Operation to add a statement.class
ClearOperation
Operation that clears the whole repository.class
RemoveStatementsOperation
Operation to remove statements matching specific pattern of subject, predicate and object.class
StatementOperation
A context operation with (optional) subject, predicate, object.
-