Class ContextOperation
java.lang.Object
org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
- All Implemented Interfaces:
TransactionOperation
- Direct Known Subclasses:
ClearOperation
,StatementOperation
A TransactionOperation that operates on a specific (set of) contexts.
- Author:
- Arjohn Kampman, Leo Sauermann
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Resource[]
int
hashCode()
void
setContexts
(Resource... contexts) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.http.protocol.transaction.operations.TransactionOperation
execute