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
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.rdf4j.model.Resource[]contexts
-
Constructor Summary
Constructors Modifier Constructor Description protectedContextOperation(org.eclipse.rdf4j.model.Resource... contexts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)org.eclipse.rdf4j.model.Resource[]getContexts()inthashCode()voidsetContexts(org.eclipse.rdf4j.model.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
-
-