Task #362
create LocalID when a request comes in using a GUID
Start date:
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
Create a method in Metacat to generate a LocalID when a request comes in to create an object using a GUID. Store the mapping between the two objects in the identifier mapping table.
History
#1 Updated by Matthew Jones over 14 years ago
- Status changed from New to Closed
Added a new method IdentifierManager.generateLocalId() which is used to automatically create a local format id and map it to the passed in GUI, storing it in the identifier table. This can now be used by any insert or update methods as needed to create Metacat-compliant local identifiers.