Package org.alfresco.repo.dictionary
Interface NamespaceDAO
- All Superinterfaces:
NamespacePrefixResolver
- All Known Implementing Classes:
DictionaryDAOImpl
Namespace DAO Interface.
This DAO is responsible for retrieving and creating Namespace definitions.
- Author:
- David Caruana
-
Method Summary
Methods inherited from interface org.alfresco.service.namespace.NamespacePrefixResolver
getNamespaceURI, getPrefixes, getPrefixes, getURIs
-
Method Details
-
addURI
Add a namespace URI- Parameters:
uri
- the namespace uri to add
-
removeURI
Remove the specified URI- Parameters:
uri
- the uri to remove
-
addPrefix
Add a namespace prefix- Parameters:
prefix
- the prefixuri
- the uri to prefix
-
removePrefix
Remove a namspace prefix- Parameters:
prefix
- the prefix to remove
-