Class AddStatementOperation
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.AddStatementOperation
- All Implemented Interfaces:
Serializable
,TransactionOperation
Operation to add a statement.
- Author:
- Arjohn Kampman, Leo Sauermann
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
contexts
-
Constructor Summary
ConstructorDescriptionAddStatementOperation
(Resource subj, IRI pred, Value obj, Resource... contexts) Create an AddStatementOperation. -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
Executes this operation on the supplied connection.Methods inherited from class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
getObject, getPredicate, getSubject, hashCode, setObject, setPredicate, setSubject
Methods inherited from class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
getContexts, setContexts
-
Constructor Details
-
AddStatementOperation
Create an AddStatementOperation.
-
-
Method Details
-
execute
Description copied from interface:TransactionOperation
Executes this operation on the supplied connection.- Specified by:
execute
in 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:
equals
in classStatementOperation
-