Changes between Version 14 and Version 15 of UUID


Ignore:
Timestamp:
08/31/12 18:27:18 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UUID

    v14 v15  
    2525
    2626Where such a domain prefix is used and it matches the local domain of the importing Sahana instance, it will be removed during import.
    27 == Implementation Guideline ==
    28 
    29 At '''import''', when the system receives a resource with a prefixed UUID and the prefix matches
    30 the domain of the current instance, then the prefix gets removed to identify the resource
    31 in the database. If the prefix differs from our domain, then the prefix is retained in the
    32 database record.
    33 
    34 At '''export''', all unprefixed UUIDs from the database get prefixed by the domain name of the
    35 current instance. In those UUIDs which already have a prefix (because they have been imported
    36 from another domain), the prefix is retained.
    3727
    3828== URNs instead of UUIDs ==