Versions Compared

Key

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

...

Gliffy Diagram
namedeposit_content
pagePin24

Delete

Flow

  1. The Repository manager selects an object to be deleted from preservation storage
  2. The Repository calls the Gateway DELETE Object endpoint for the object to be deleted
  3. The Gateway resolves the object into a set of files to be deleted
  4. The Gateway calls the Bridge Delete Content endpoint with the list of files to be deleted
  5. The Bridge initiates a delete action for all files in the delete request
  6. The DDP calls the Bridge List Deletes endpoint on a regular schedule to check for new delete requests
  7. The DDP performs a delete on each requested file; when all deletes are completed, the DDP calls the Bridge Complete Delete endpoint to inform the Bridge that the delete is complete
  8. (question) The Bridge calls the Gateway TBD endpoint to inform the Gateway that the delete is complete
  9. (question) The Gateway updates the repository (method TBD) to indicate that the object has been successfully deleted

...