public class SetNamespaceOperation extends Object implements TransactionOperation
| Constructor and Description |
|---|
SetNamespaceOperation() |
SetNamespaceOperation(String prefix,
String name) |
public String getName()
public void setName(String name)
public String getPrefix()
public void setPrefix(String prefix)
public 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.Copyright © 2001-2014 Aduna. All Rights Reserved.