Interface NewURIMaker

  • All Known Implementing Classes:
    NewURIMakerVitro

    public interface NewURIMaker
    Interface for an object that returns a new, unused URI, in the default namespace or in a specified namespace.
    • 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