Interface NewURIMaker
-
- All Known Implementing Classes:
NewURIMakerVitro
public interface NewURIMakerInterface for an object that returns a new, unused URI, in the default namespace or in a specified namespace.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUnusedNewURI(String prefixURI)
-
-
-
Method Detail
-
getUnusedNewURI
String getUnusedNewURI(String prefixURI) throws InsertException
- Parameters:
prefixURI- - may be null, the use the default namespace. If it is not null, then it is used as prefix of the new URI, a random integer may be added.- Returns:
- a URI that is not currently in use by the system.
- Throws:
InsertException
-
-