diff OrthancServer/Sources/ServerJobs/ArchiveJob.h @ 5364:b5f2122a1334

Added a route to delete completed jobs from history: DELETE /jobs/{id}
author Alain Mazy <am@osimis.io>
date Thu, 20 Jul 2023 10:51:34 +0200
parents b5c502bcaf99
children fc604681e6be
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerJobs/ArchiveJob.h	Thu Jul 13 19:33:10 2023 +0200
+++ b/OrthancServer/Sources/ServerJobs/ArchiveJob.h	Thu Jul 20 10:51:34 2023 +0200
@@ -122,5 +122,7 @@
                            const std::string& key) ORTHANC_OVERRIDE;
 
     virtual bool DeleteOutput(const std::string& key) ORTHANC_OVERRIDE;
+
+    virtual void DeleteAllOutputs() ORTHANC_OVERRIDE;
   };
 }