Class RemoveNamespaceOperation
java.lang.Object
org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
- All Implemented Interfaces:
 Serializable, TransactionOperation
Operation that removes the namespace for a specific prefix.
- Author:
 - Arjohn Kampman, Leo Sauermann
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
RemoveNamespaceOperation
public RemoveNamespaceOperation() - 
RemoveNamespaceOperation
 
 - 
 - 
Method Details
- 
getPrefix
 - 
setPrefix
 - 
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
 - 
hashCode
 
 -