public class AddStatementOperation extends StatementOperation
contexts
Constructor and Description |
---|
AddStatementOperation(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Create an AddStatementOperation.
|
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, setSubject
getContexts, setContexts
public void execute(RepositoryConnection con) throws RepositoryException
TransactionOperation
con
- 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 StatementOperation
Copyright © 2001-2016 Aduna. All Rights Reserved.