public class RemoveStatementsOperation extends StatementOperation implements Serializable
contexts| Constructor and Description | 
|---|
| RemoveStatementsOperation(Resource subj,
                         IRI pred,
                         Value obj,
                         Resource... contexts)Creates a RemoveStatementsOperation. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| void | execute(RepositoryConnection con)Executes this operation on the supplied connection. | 
getObject, getPredicate, getSubject, hashCode, setObject, setPredicate, setSubjectgetContexts, setContextspublic void execute(RepositoryConnection con) throws RepositoryException
TransactionOperationexecute in interface TransactionOperationcon - The connection the operation should be performed on.RepositoryException - If such an exception is thrown by the connection while executing the operation.public boolean equals(Object other)
equals in class StatementOperationCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.