Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For a full list of code changes see: AipCoreAPIChanges

Various AIP Processing "Modes"

A short list of definitions of the various modes in which you can interact (export or import) an AIP or set of AIPs:

  1. Exporting Modes
    • Disseminate Mode (-d option) – disseminate/export AIP(s) based on objects in DSpace
  2. Importing Modes
    • Submit/Ingest Mode (-s option, default) – submit AIP(s) to DSpace in order to create a new object(s).
    • Restore Mode (-r option) – restore pre-existing object(s) in DSpace based on AIP(s). This also attempts to restore all handles and relationships (parent/child objects). This is a specialized type of "submit", where the object is created with a known Handle and known relationships.
    • Replace Mode (-r -f option) – replace existing object(s) in DSpace based on AIP(s). This also attempts to restore all handles and relationships (parent/child objects). This is a specialized type of "restore" where existing object(s) are removed and replaced by the contents in the AIP(s). By default, if a "restore" encounters an existing object, it will back out (i.e. rollback all changes) and report which object already exists.

Running the Code

Here's how to get up and running relatively quickly!

...