Class RemoveStatementsOperation
java.lang.Object
org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveStatementsOperation
- All Implemented Interfaces:
 Serializable, TransactionOperation
Operation to remove statements matching specific pattern of subject, predicate and object.
- Author:
 - Arjohn Kampman, Leo Sauermann
 - See Also:
 
- 
Field Summary
Fields inherited from class ContextOperation
contexts - 
Constructor Summary
ConstructorsConstructorDescriptionRemoveStatementsOperation(Resource subj, IRI pred, Value obj, Resource... contexts) Creates a RemoveStatementsOperation. - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidExecutes this operation on the supplied connection.Methods inherited from class StatementOperation
getObject, getPredicate, getSubject, hashCode, setObject, setPredicate, setSubjectMethods inherited from class ContextOperation
getContexts, setContexts 
- 
Constructor Details
- 
RemoveStatementsOperation
 
 - 
 - 
Method Details
- 
execute
Description copied from interface:TransactionOperationExecutes this operation on the supplied connection.- Specified by:
 executein interfaceTransactionOperation- Parameters:
 con- The connection the operation should be performed on.- Throws:
 RepositoryException- If such an exception is thrown by the connection while executing the operation.
 - 
equals
- Overrides:
 equalsin classStatementOperation
 
 -