Class ContextOperation
- java.lang.Object
-
- org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
-
- All Implemented Interfaces:
TransactionOperation
- Direct Known Subclasses:
ClearOperation
,StatementOperation
public abstract class ContextOperation extends Object implements TransactionOperation
A TransactionOperation that operates on a specific (set of) contexts.- Author:
- Arjohn Kampman, Leo Sauermann
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ContextOperation(Resource... contexts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Resource[]
getContexts()
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
-
-