Class IdIdString


  • public class IdIdString
    extends IdString
    Author:
    Magnar Nedland
    • Constructor Detail

      • IdIdString

        public IdIdString​(String namespace,
                          String type,
                          String keyValues,
                          String localId)
        Create an id scheme object. doc:<namespace>:<documentType>:<key-value-pairs>:<namespaceSpecific>
        Parameters:
        namespace - The namespace of this document id.
        type - The type of this document id.
        keyValues - The key/value pairs of this document id.
        localId - The namespace specific part.