Changes between Version 2 and Version 3 of MetadataImport


Ignore:
Timestamp:
Nov 13, 2008, 2:02:10 AM (16 years ago)
Author:
mcoudert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MetadataImport

    v2 v3  
    4949    * no parameters are diplayed. All information are in the file info.xml contained in MEF file.
    5050    * MEFFileVisitor is used to handle MEF file structure (equivalent to the old Visitor Class).
     51   * In both case, user could choose for an action on import :
     52    * 1. No action on import (ie metadata with same UUID is already existing in db, user will receive an exception).
     53    * 2. Overwrite metadata with same UUID : the old one will be deleted before inserting the new one.
     54    * 3. Force to generate new UUID for inserted metadata (whatever the metadata existed or not in db).
    5155
    5256As an extension, this improvement will permit to handle all other specific format to insert, just changing the user interface and adding a new class implementing the new FileVisitor interface.