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 Details

    • contexts

      protected Resource[] contexts
  • Constructor Details

    • ContextOperation

      protected ContextOperation(Resource... contexts)
  • Method Details

    • getContexts

      public Resource[] getContexts()
    • setContexts

      public void setContexts(Resource... contexts)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object